summaryrefslogtreecommitdiff
path: root/unoxml/inc
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/inc
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/inc')
-rw-r--r--unoxml/inc/pch/precompiled_unoxml.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/inc/pch/precompiled_unoxml.hxx b/unoxml/inc/pch/precompiled_unoxml.hxx
index bb69ccc705e1..a5d60a5a0fbd 100644
--- a/unoxml/inc/pch/precompiled_unoxml.hxx
+++ b/unoxml/inc/pch/precompiled_unoxml.hxx
@@ -38,7 +38,7 @@
#include <comphelper/processfactory.hxx>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/factory.hxx>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <cppuhelper/interfacecontainer.h>
#include <cppuhelper/supportsservice.hxx>
#include <libxml/tree.h>