http://openoffice.org/bugzilla/show_bug.cgi?id=117814
--- Comment #22 from [email protected] 2011-04-12 14:21:22 --- We have a class SwPostItMgr that manages a lot of things for postit notes (comments). Unfortunately it is a class that cares for all aspects of them, including the visual representation and editing that only happens in the ui. So I created an interface for all core relevant functionality and only hand over this interface to the core, not the whole implementation class SwPostItMgr (that implements this interface). changeset b51e42c702c8 http://hg.services.openoffice.org/cws/swcoreseparation/rev/b51e42c702c8 -- Configure bugmail: http://openoffice.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Bugzilla. Please log into the website and enter your comments. --------------------------------------------------------------------- -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help
