[Uml-devel] KDE/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sun May 8 08:10:13 UTC 2005
SVN commit 410868 by okellogg:
resolveRef(): Remove a relic from the past.
M +1 -5 trunk/KDE/kdesdk/umbrello/umbrello/umlobject.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/umlobject.cpp #410867:410868
@@ -436,11 +436,7 @@
if (i < n_types)
ot = Uml::ot_Datatype;
}
- m_pSecondary = pDoc->createUMLObject(ot, m_SecondaryId, NULL, true);
- // The `prepend' flag is set true because we need to move the
- // newly created item to before the current item in UMLDoc's
- // object list. This can be dropped when the deferred type
- // resolution is generalized to also cover native ID resolution.
+ m_pSecondary = pDoc->createUMLObject(ot, m_SecondaryId, NULL);
if (m_pSecondary == NULL)
return false;
m_SecondaryId = "";
More information about the umbrello-devel
mailing list