summaryrefslogtreecommitdiff
path: root/sc/inc/notesuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/notesuno.hxx')
-rw-r--r--sc/inc/notesuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/notesuno.hxx b/sc/inc/notesuno.hxx
index e11f3ad8f4fd..e8ec0e63c00d 100644
--- a/sc/inc/notesuno.hxx
+++ b/sc/inc/notesuno.hxx
@@ -25,7 +25,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/text/XSimpleText.hpp>
-#include <cppuhelper/implbase5.hxx>
+#include <cppuhelper/implbase.hxx>
#include <svl/lstner.hxx>
#include "address.hxx"
@@ -33,7 +33,7 @@ class ScDocShell;
class SvxUnoText;
class ScPostIt;
-class ScAnnotationObj : public cppu::WeakImplHelper5<
+class ScAnnotationObj : public cppu::WeakImplHelper<
com::sun::star::container::XChild,
com::sun::star::text::XSimpleText,
com::sun::star::sheet::XSheetAnnotation,