diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-08-21 12:08:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-08-21 13:05:10 +0100 |
commit | 75899a2b57ae54ac7d9d2ae27183c915ee238455 (patch) | |
tree | f855c6b0c6ba7f0a351c16e24d45e80e3ccf6137 | |
parent | 67169b65d0ffb8c44f84b483618c285bf17a6b54 (diff) |
remove last WeakImplHelper10 use
Change-Id: I7b58249a93b5014d3e930bc5d041d8d80aed6512
-rw-r--r-- | include/sfx2/sfxbasecontroller.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/sfxbasecontroller.hxx b/include/sfx2/sfxbasecontroller.hxx index d387d80485ed..7b5ca737e450 100644 --- a/include/sfx2/sfxbasecontroller.hxx +++ b/include/sfx2/sfxbasecontroller.hxx @@ -36,7 +36,7 @@ #include <com/sun/star/util/URL.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XInitialization.hpp> -#include <cppuhelper/implbase10.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/basemutex.hxx> #include <osl/mutex.hxx> #include <com/sun/star/task/XStatusIndicatorSupplier.hpp> @@ -63,7 +63,7 @@ sal_Int16 MapGroupIDToCommandGroup( sal_Int16 nGroupID ); // class declarations -typedef ::cppu::WeakImplHelper10 < css::frame::XController2 +typedef ::cppu::WeakImplHelper < css::frame::XController2 , css::frame::XControllerBorder , css::frame::XDispatchProvider , css::task::XStatusIndicatorSupplier |