summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/characterdata.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-09-10 12:16:49 +0900
committerMichael Stahl <mstahl@redhat.com>2015-09-10 13:10:52 +0000
commit9303e87bb6839afc09d4db543ff17f2fb5142359 (patch)
treecf2191b46d819fa7e894c56dd759227c9334c41e /unoxml/source/dom/characterdata.hxx
parenta9fa776cdaacac30fd8df22d85aab30ef70c9776 (diff)
unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants. Change-Id: Id753717b228061c810a0122e551326ab001949a9 Reviewed-on: https://gerrit.libreoffice.org/18460 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'unoxml/source/dom/characterdata.hxx')
-rw-r--r--unoxml/source/dom/characterdata.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/characterdata.hxx b/unoxml/source/dom/characterdata.hxx
index 39d637aa79a2..0eb5222e2c83 100644
--- a/unoxml/source/dom/characterdata.hxx
+++ b/unoxml/source/dom/characterdata.hxx
@@ -24,7 +24,7 @@
#include <sal/types.h>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/xml/dom/XNode.hpp>
@@ -34,7 +34,7 @@
namespace DOM
{
- typedef ::cppu::ImplInheritanceHelper1< CNode, css::xml::dom::XCharacterData >
+ typedef ::cppu::ImplInheritanceHelper< CNode, css::xml::dom::XCharacterData >
CCharacterData_Base;
class CCharacterData