[Uml-devel] [Bug 56184] Umbrello XMI file format doesn't conform with uml13.dtd
Oliver Kellogg
okellogg at users.sourceforge.net
Sat Feb 12 08:41:55 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=56184
------- Additional Comments From okellogg users sourceforge net 2005-02-12 17:39 -------
CVS commit by okellogg:
load(): Fix loading of multiplicities from foreign XMI files.
CCBUG:56184
M +1 -0 umlrole.cpp 1.39
--- kdesdk/umbrello/umbrello/umlrole.cpp #1.38:1.39
@ -225,4 +225,5 @ bool UMLRole::load( QDomElement & elemen
continue;
}
+ tempElement = n.toElement();
tag = tempElement.tagName();
if (!Uml::tagEq(tag, "Multiplicity")) {
More information about the umbrello-devel
mailing list