diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-27 01:21:48 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-27 11:05:38 +0300 |
commit | 0438d3e63601c98e202e6b251da90fb17bd048c3 (patch) | |
tree | 34da08d9650d8665d98ea59734efacd230c89989 /dbaccess/util/dbu.component | |
parent | d8d110ce566b53467b6cad80affb89e73b7ab6fa (diff) |
dbaccess: OToolboxController is now unused
This also removes the only occurrence of the
"com.sun.star.frame.ToolboxController" service. However it shouldn't
be considered as API CHANGE, as no 3rd-party code should rely on
undocumented services, and fortunately a toolbox controller like this
has no use for 3rd-party anyway.
BTW there are other cases of using non-existent (unique) service
names for toolbox controllers in non-sfx2 modules, rather than using
the standard "com.sun.star.frame.ToolbarController". There is
OToolboxController in reportdesign (which I hope to remove soon too,
as it's just a wrapper around SvxColorToolBoxControl). And there was
also ShapeToolbarController in chart2 which I removed in
2aea9e37d697ce51efc5fb37ba50f1bf177e0445 ("Introduce generic sub toolbar
controller").
Change-Id: Iea8858be2406f32bb5a022920b4b1cee70603c09
Diffstat (limited to 'dbaccess/util/dbu.component')
-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 7dd325ceb445..bd7646a49fa4 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.ApplicationToolboxController"> - <service name="com.sun.star.frame.ToolboxController"/> - </implementation> <implementation name="com.sun.star.uno.comp.sdb.RowsetFilterDialog"> <service name="com.sun.star.sdb.FilterDialog"/> </implementation> |