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 /dbaccess/util | |
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 'dbaccess/util')
-rw-r--r-- | dbaccess/util/dbu.component | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/util/dbu.component b/dbaccess/util/dbu.component index afd9002407bd..73b65a1c46a4 100644 --- a/dbaccess/util/dbu.component +++ b/dbaccess/util/dbu.component @@ -42,9 +42,6 @@ <implementation name="com.sun.star.comp.sdb.DirectSQLDialog"> <service name="org.openoffice.comp.dbu.DirectSqlDialog"/> </implementation> - <implementation name="com.sun.star.sdb.ApplicationStatusbarController"> - <service name="com.sun.star.frame.StatusbarController"/> - </implementation> <implementation name="com.sun.star.sdb.ApplicationToolboxController"> <service name="com.sun.star.frame.ToolboxController"/> </implementation> |