diff options
author | Noel Grandin <noel@peralex.com> | 2013-03-20 09:29:30 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-04-08 13:53:03 +0200 |
commit | 86fdce60115014ddfae05993ef43686c9dbd6004 (patch) | |
tree | d50705d5f93fec079e4d676cd2a5a9c50783c6f3 /svx/inc/tbunocontroller.hxx | |
parent | 34da7fbcc643ad209290c6da456dbfb17aeb9ac0 (diff) |
fdo#46808, Convert svt::ToolboxController to XComponentContext
.. and all of it's friends
Change-Id: I408d9308d1d1a4f8ed0055ac5f4042d729c44d1e
Diffstat (limited to 'svx/inc/tbunocontroller.hxx')
-rw-r--r-- | svx/inc/tbunocontroller.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/inc/tbunocontroller.hxx b/svx/inc/tbunocontroller.hxx index 58f17418fd53..71bfaa7f5f08 100644 --- a/svx/inc/tbunocontroller.hxx +++ b/svx/inc/tbunocontroller.hxx @@ -23,6 +23,7 @@ #include <svtools/toolboxcontroller.hxx> #include <com/sun/star/awt/FontDescriptor.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> namespace svx { @@ -33,7 +34,7 @@ class FontHeightToolBoxControl : public svt::ToolboxController, { public: FontHeightToolBoxControl( - const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& rServiceManager ); + const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& rServiceManager ); ~FontHeightToolBoxControl(); // XInterface |