summaryrefslogtreecommitdiff
path: root/framework/util
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-07 15:22:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-07 15:22:42 +0200
commitd6d86237b1b438919609988049ac4a152612fee1 (patch)
tree78182a16e4b7af9a96bd72898c9733cae5e6b148 /framework/util
parent07cedfb6c8b98d1d3483cec18eba0bf4e5a79d63 (diff)
[API CHANGE] Remove undocumented TabContainerWindow service
It originally got introduced with b1da5a57d93e8e9b43b9bba9fabc3b7e61289edc "CWS-TOOLING: integrate CWS alf01" but appears to have never been used. Curiously, there were two commits to its code (f565a4b3d9b47ca3336df4f8d8d56d4e2dcceec5 "#i107087# TabWindowService must set member pointer to zero on VCLEVENT_OBJECT_DYING. The window life time is controlled by the docking window! Adding missing RemoveEventListener call" and 84c0ebe7d3e7dbc3796967d52f9535fecc9e6947 "#i107087# Remove event listener from tab window on TabWindowService dtor") that mention <https://bz.apache.org/ooo/show_bug.cgi?id=107087> "button merged in standard toolbar + own UI caused office crash", but the description of which ("when i merge a toolbar button in a standard toolbar and provide own UI (via the toolkit) the office crashed sometimes") doesn't give a hint how this service would have been used. (Maybe it was intended to be used by extensions, but never got documented neither in offapi's UNOIDL nor in <https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide>.) Change-Id: I86746f73ee99ebe7f5afbc902204a9353e5ccb7b
Diffstat (limited to 'framework/util')
-rw-r--r--framework/util/fwk.component4
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/util/fwk.component b/framework/util/fwk.component
index f14fbe4f06bc..bf321d0c0c12 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -184,10 +184,6 @@
constructor="com_sun_star_comp_framework_jobs_JobDispatch_get_implementation">
<service name="com.sun.star.frame.ProtocolHandler"/>
</implementation>
- <implementation name="com.sun.star.comp.framework.TabWindowService"
- constructor="com_sun_star_comp_framework_TabWindowService_get_implementation">
- <service name="com.sun.star.ui.dialogs.TabContainerWindow"/>
- </implementation>
<implementation name="com.sun.star.comp.framework.GenericPopupToolbarController"
constructor="com_sun_star_comp_framework_GenericPopupToolbarController_get_implementation">
<service name="com.sun.star.frame.ToolbarController"/>