http://openoffice.org/bugzilla/show_bug.cgi?id=117814
--- Comment #16 from [email protected] 2011-04-12 14:02:27 --- Some code in core is associated with string resources: ShellResource, Field Types etc. The code is spread over core and ui and all resources are in ui. The core gets access to it to a strange construct: the ViewShell has a pShellRes member. I separated the commonly used resources and moved all core resources into the core code. ShellResource now is a singleton class that can be used directly, without access to a ViewShell. I also moved some code dealing with PoolItems (mainly in layout) from ui to core. changeset dc95c8f9713c http://hg.services.openoffice.org/cws/swcoreseparation/rev/dc95c8f9713c -- 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
