summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unoparaframeenum.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/unoparaframeenum.hxx')
-rw-r--r--sw/source/core/inc/unoparaframeenum.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/unoparaframeenum.hxx b/sw/source/core/inc/unoparaframeenum.hxx
index a8d223393f3d..bdbf12507e14 100644
--- a/sw/source/core/inc/unoparaframeenum.hxx
+++ b/sw/source/core/inc/unoparaframeenum.hxx
@@ -28,7 +28,7 @@
#include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/text/XTextContent.hpp>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
#include <unobaseclass.hxx>
@@ -66,7 +66,7 @@ enum ParaFrameMode
PARAFRAME_PORTION_TEXTRANGE,
};
-typedef ::cppu::WeakImplHelper2
+typedef ::cppu::WeakImplHelper
< ::com::sun::star::lang::XServiceInfo
, ::com::sun::star::container::XEnumeration
> SwXParaFrameEnumeration_Base;