To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107450
------- Additional comments from m...@openoffice.org Wed Dec 9 14:21:11 +0000 2009 ------- svx/source/unofield.cxx references a class SdrMeasureField. Unofortunately this class shares its cxx (not the hxx!) file with the class SdrMeasureObject that is based on svdraw. SdrMeasureField also contains the TakeRepresentation method that makes some changes on an SdrMeasureObject. I have split the cxx and moved the "naughty" method to the other class SdrMeasureObject. I assume that the dependency of unofield.cxx on SdrMeasurefield could be resolved somehow, but for the time being I didn't go deeper. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org For additional commands, e-mail: issues-h...@framework.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org