summaryrefslogtreecommitdiff
path: root/svtools/inc/pch
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-09-05 18:44:27 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-09-07 07:31:26 +0000
commit44a488d5b7d72b05834835efd4467a5582c91840 (patch)
treec756f8de93312fea5e290f9e64bcd22923c5767c /svtools/inc/pch
parent899c21ce5db0f4c3ad0bb6c9680e147f578b0894 (diff)
svtools: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants. Change-Id: I935dde5c4c83e0f00d1b7dd5ee2500190d80fb69 Reviewed-on: https://gerrit.libreoffice.org/18352 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svtools/inc/pch')
-rw-r--r--svtools/inc/pch/precompiled_svt.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx
index 851c041b5b3d..39cc8ccba403 100644
--- a/svtools/inc/pch/precompiled_svt.hxx
+++ b/svtools/inc/pch/precompiled_svt.hxx
@@ -251,12 +251,11 @@
#include <config_features.h>
#include <config_folders.h>
#include <config_oauth2.h>
+#include <cppuhelper/compbase.hxx>
#include <cppuhelper/factory.hxx>
+#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase2.hxx>
-#include <cppuhelper/implbase3.hxx>
-#include <cppuhelper/implbase4.hxx>
-#include <cppuhelper/implbase5.hxx>
#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/interfacecontainer.h>
#include <cppuhelper/queryinterface.hxx>