diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-09-14 10:01:53 +0900 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-14 06:25:52 +0000 |
commit | 06962719b172bbc55d77bb13295dff25826bb963 (patch) | |
tree | 7472e4e0be21e62fbed34e7aaba1a568858f62ca /xmlscript/inc/pch | |
parent | 889d825879d1f044986c00a8038196bdb53e50dd (diff) |
xmlscript: tdf#88206 replace cppu::WeakImplHelper*
with the variadic variants.
Change-Id: Ic05094dea12c0aa66dc97a7e403a3abec9e25785
Reviewed-on: https://gerrit.libreoffice.org/18556
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmlscript/inc/pch')
-rw-r--r-- | xmlscript/inc/pch/precompiled_xmlscript.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmlscript/inc/pch/precompiled_xmlscript.hxx b/xmlscript/inc/pch/precompiled_xmlscript.hxx index f51dce6f7d19..c4238c390a93 100644 --- a/xmlscript/inc/pch/precompiled_xmlscript.hxx +++ b/xmlscript/inc/pch/precompiled_xmlscript.hxx @@ -66,8 +66,7 @@ #include <com/sun/star/xml/sax/Writer.hpp> #include <comphelper/processfactory.hxx> #include <cppuhelper/factory.hxx> -#include <cppuhelper/implbase1.hxx> -#include <cppuhelper/implbase4.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> #include <i18nlangtag/languagetag.hxx> |