diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-12-06 12:30:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-21 14:01:18 +0100 |
commit | 4fcda14828d2fa65cc2541ed3e3cb93dd7bc9ac8 (patch) | |
tree | 95d4af022076979ffffda4a7b90df3d0be82f724 /officecfg | |
parent | 819840979b82a7b19329eda63db0d5f8a291b9de (diff) |
Related: #i121442# Remove unused UNO StatusbarControllers
(cherry picked from commit 06b91eb4cc81dde86875445c5acaa5c57111333b)
Conflicts:
framework/inc/uielement/logoimagestatusbarcontroller.hxx
framework/inc/uielement/logotextstatusbarcontroller.hxx
framework/inc/uielement/simpletextstatusbarcontroller.hxx
framework/source/classes/resource.src
framework/source/register/registerservices.cxx
framework/source/uielement/logoimagestatusbarcontroller.cxx
framework/source/uielement/logotextstatusbarcontroller.cxx
framework/source/uielement/simpletextstatusbarcontroller.cxx
officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
Change-Id: I799bd0fa29191efce4fe9a09f74247e38d8f8873
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu index 56055d4afd14..5abc0a8cc901 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -587,28 +587,6 @@ </node> <node oor:name="c5" oor:op="replace"> <prop oor:name="Command"> - <value>.uno:StatusbarLogo</value> - </prop> - <prop oor:name="Module"> - <value/> - </prop> - <prop oor:name="Controller"> - <value>com.sun.star.comp.framework.LogoImageStatusbarController</value> - </prop> - </node> - <node oor:name="c6" oor:op="replace"> - <prop oor:name="Command"> - <value>.uno:StatusbarLogoText</value> - </prop> - <prop oor:name="Module"> - <value/> - </prop> - <prop oor:name="Controller"> - <value>com.sun.star.comp.framework.LogoTextStatusbarController</value> - </prop> - </node> - <node oor:name="c7" oor:op="replace"> - <prop oor:name="Command"> <value>.uno:LanguageStatus</value> </prop> <prop oor:name="Module"> |