summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-01-10 14:05:13 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-01-10 14:05:59 +0100
commita51d5084158affbb25db0ba60a6b06c3dc202699 (patch)
treef332cf12d0ce965bfb7b9c08ed41d5e34f88c756 /sw/source/filter/ww8
parent4b2ed2bda4f565d756cf45c346d2b07406e34863 (diff)
RTF filter: change uses of cppu::WeakImplHelper* to use variadic variants
Change-Id: Iea8552570146bd516ca2ee241caa4fcc3047b9f7
Diffstat (limited to 'sw/source/filter/ww8')
-rw-r--r--sw/source/filter/ww8/rtfexportfilter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/rtfexportfilter.hxx b/sw/source/filter/ww8/rtfexportfilter.hxx
index dcccec07885b..7c31d34e07e7 100644
--- a/sw/source/filter/ww8/rtfexportfilter.hxx
+++ b/sw/source/filter/ww8/rtfexportfilter.hxx
@@ -23,7 +23,7 @@
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/document/XExporter.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
#include <shellio.hxx>
/// Dummy Writer implementation to be able to use the string format methods of the base class
@@ -34,7 +34,7 @@ protected:
};
/// The physical access to the RTF document (for writing).
-class RtfExportFilter : public cppu::WeakImplHelper2
+class RtfExportFilter : public cppu::WeakImplHelper
<
css::document::XFilter,
css::document::XExporter