diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2017-01-06 15:09:55 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-01-08 16:07:28 +0200 |
commit | a1f97ed2aa4b8f2c91d4b87fb59c8937523c2ba4 (patch) | |
tree | 75b702c9e2ab63acd62a185a681622978422824b /reportdesign/source | |
parent | 215953f9814f43d51a610fde9d3ee966a2981063 (diff) |
XSubToolbarController is only used by SvxColorToolBoxControl
Change-Id: I10c31aa9c773649c99b52c2d34cb648a37bf42ac
Diffstat (limited to 'reportdesign/source')
-rw-r--r-- | reportdesign/source/ui/inc/toolboxcontroller.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/inc/toolboxcontroller.hxx b/reportdesign/source/ui/inc/toolboxcontroller.hxx index 74e597d884eb..288811a420e7 100644 --- a/reportdesign/source/ui/inc/toolboxcontroller.hxx +++ b/reportdesign/source/ui/inc/toolboxcontroller.hxx @@ -30,12 +30,12 @@ #include <com/sun/star/frame/XSubToolbarController.hpp> #include <cppuhelper/implbase2.hxx> -class SfxToolBoxControl; +class SvxColorToolBoxControl; namespace rptui { typedef ::cppu::ImplHelper2 < css::lang::XServiceInfo, css::frame::XSubToolbarController> TToolboxController_BASE; - typedef rtl::Reference<SfxToolBoxControl> TToolbarHelper; + typedef rtl::Reference<SvxColorToolBoxControl> TToolbarHelper; class OToolboxController : public ::svt::ToolboxController ,public TToolboxController_BASE |