diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2017-09-17 15:45:11 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-09-24 15:37:28 +0300 |
commit | 8bd418a6b8253a9d725981743a0375e2c8bb911e (patch) | |
tree | 87ec3938b1e08547160e219e5c8f86809e782918 /reportdesign/util | |
parent | 8f1e01fc89ca5d5f03d172f038e2310ba2ac5580 (diff) |
rptui::OToolboxController becomes unused, tdf#106762 related
It was a wrapper around the color controller, because the latter
used sfx2 registration. This will no longer be an issue, as we're
moving to officecfg based registration.
Change-Id: I45e1d8aeefdb62f5bd9b3dfac29910c77f0cd103
Diffstat (limited to 'reportdesign/util')
-rw-r--r-- | reportdesign/util/rptui.component | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/reportdesign/util/rptui.component b/reportdesign/util/rptui.component index bb2058b50d22..bb7d4a5dd842 100644 --- a/reportdesign/util/rptui.component +++ b/reportdesign/util/rptui.component @@ -34,9 +34,6 @@ <implementation name="com.sun.star.report.comp.ReportDesign"> <service name="com.sun.star.sdb.ReportDesign"/> </implementation> - <implementation name="com.sun.star.report.comp.ReportToolboxController"> - <service name="com.sun.star.report.ReportToolboxController"/> - </implementation> <implementation name="com.sun.star.report.comp.StatusbarController"> <service name="com.sun.star.frame.StatusbarController"/> </implementation> |