http://openoffice.org/bugzilla/show_bug.cgi?id=117814





--- Comment #18 from [email protected]  2011-04-12 14:10:46 ---
The core has only one dependency on the SwGlobalDocShell: it uses RTTI to
detect whether an SwDocShell is an SwGlobalDocShell or not. The reason is that
it wants to know whether a readonly cursor may be switched (not possible in
SwGlobalDocShell).

Using RTTI for what you can do with a virtual method is very bad style.
Changing that also removed the dependency on globdoc.hxx in core.

changeset c885a0e98995
http://hg.services.openoffice.org/cws/swcoreseparation/rev/c885a0e98995

-- 
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

Reply via email to