summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-08-21 12:08:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-08-21 13:05:10 +0100
commit75899a2b57ae54ac7d9d2ae27183c915ee238455 (patch)
treef855c6b0c6ba7f0a351c16e24d45e80e3ccf6137 /include
parentSupport "finalized" in dconf layer (diff)
downloadcore-75899a2b57ae54ac7d9d2ae27183c915ee238455.tar.gz
core-75899a2b57ae54ac7d9d2ae27183c915ee238455.zip
remove last WeakImplHelper10 use
Change-Id: I7b58249a93b5014d3e930bc5d041d8d80aed6512
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sfxbasecontroller.hxx4
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