diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2013-05-28 10:01:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-24 11:25:34 +0100 |
commit | 53ef9fa167cc68969cdc953b4c0b9ad339f2d27e (patch) | |
tree | e8e83d8587c1d3cad495d46ee85acbb1d297f0d0 /officecfg | |
parent | 57207cab004cb78c3fa6d9ed43cc4bf81f4e6981 (diff) |
Remove dbaui::OStatusbarController
It actually does not override any method in svt::StatusbarController, so there
is no point in keeping it
(cherry picked from commit 83bf5a7b85a0e3430cc807415e081a10a1775f9f)
Conflicts:
dbaccess/source/ui/control/makefile.mk
dbaccess/source/ui/control/statusbarontroller.cxx
dbaccess/source/ui/inc/statusbarontroller.hxx
Change-Id: Id6adc11c3a54f642ebdec9c6016996134908da71
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu index 840191e0da5b..b9308fd0f8ac 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu @@ -596,50 +596,6 @@ </node> </node> <node oor:name="StatusBar"> - <node oor:name="c1" oor:op="replace"> - <prop oor:name="Command"> - <value>.uno:DBStatusType</value> - </prop> - <prop oor:name="Module"> - <value>com.sun.star.sdb.OfficeDatabaseDocument</value> - </prop> - <prop oor:name="Controller"> - <value>com.sun.star.sdb.ApplicationStatusbarController</value> - </prop> - </node> - <node oor:name="c2" oor:op="replace"> - <prop oor:name="Command"> - <value>.uno:DBStatusDBName</value> - </prop> - <prop oor:name="Module"> - <value>com.sun.star.sdb.OfficeDatabaseDocument</value> - </prop> - <prop oor:name="Controller"> - <value>com.sun.star.sdb.ApplicationStatusbarController</value> - </prop> - </node> - <node oor:name="c3" oor:op="replace"> - <prop oor:name="Command"> - <value>.uno:DBStatusUserName</value> - </prop> - <prop oor:name="Module"> - <value>com.sun.star.sdb.OfficeDatabaseDocument</value> - </prop> - <prop oor:name="Controller"> - <value>com.sun.star.sdb.ApplicationStatusbarController</value> - </prop> - </node> - <node oor:name="c4" oor:op="replace"> - <prop oor:name="Command"> - <value>.uno:DBStatusHostName</value> - </prop> - <prop oor:name="Module"> - <value>com.sun.star.sdb.OfficeDatabaseDocument</value> - </prop> - <prop oor:name="Controller"> - <value>com.sun.star.sdb.ApplicationStatusbarController</value> - </prop> - </node> <node oor:name="c5" oor:op="replace"> <prop oor:name="Command"> <value>.uno:LanguageStatus</value> |