summaryrefslogtreecommitdiff
path: root/framework/Library_fwk.mk
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/Library_fwk.mk
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/Library_fwk.mk')
-rw-r--r--framework/Library_fwk.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Library_fwk.mk b/framework/Library_fwk.mk
index f4a2aed5fe36..d1927cd92e56 100644
--- a/framework/Library_fwk.mk
+++ b/framework/Library_fwk.mk
@@ -110,7 +110,6 @@ $(eval $(call gb_Library_add_exception_objects,fwk,\
framework/source/services/pathsettings \
framework/source/services/sessionlistener \
framework/source/services/substitutepathvars \
- framework/source/services/tabwindowservice \
framework/source/services/taskcreatorsrv \
framework/source/services/urltransformer \
framework/source/uiconfiguration/globalsettings \