summaryrefslogtreecommitdiff
path: root/include/svx/unopage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/unopage.hxx')
-rw-r--r--include/svx/unopage.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/svx/unopage.hxx b/include/svx/unopage.hxx
index 4bc4c1ff7438..fc6860aa9274 100644
--- a/include/svx/unopage.hxx
+++ b/include/svx/unopage.hxx
@@ -32,7 +32,7 @@
#include <svx/svdobjkind.hxx>
#include <rtl/ref.hxx>
-#include <cppuhelper/implbase7.hxx>
+#include <cppuhelper/implbase.hxx>
#include <comphelper/servicehelper.hxx>
#include <memory>
@@ -48,7 +48,7 @@ class SvxShapeConnector;
enum class SdrInventor : sal_uInt32;
class SVXCORE_DLLPUBLIC SvxDrawPage : protected cppu::BaseMutex,
- public ::cppu::WeakAggImplHelper7< css::drawing::XDrawPage,
+ public ::cppu::WeakImplHelper< css::drawing::XDrawPage,
css::drawing::XShapeGrouper,
css::drawing::XShapes2,
css::drawing::XShapes3,
@@ -97,9 +97,6 @@ class SVXCORE_DLLPUBLIC SvxDrawPage : protected cppu::BaseMutex,
UNO3_GETIMPLEMENTATION_DECL( SvxDrawPage )
- // XInterface
- virtual void SAL_CALL release() noexcept override;
-
// XShapes
virtual void SAL_CALL add( const css::uno::Reference< css::drawing::XShape >& xShape ) override;
virtual void SAL_CALL remove( const css::uno::Reference< css::drawing::XShape >& xShape ) override;