summaryrefslogtreecommitdiff
path: root/filter/source/xsltfilter
diff options
context:
space:
mode:
authorMatthew Pottage <matthewpottage@invincitech.com>2014-08-06 08:32:04 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-08-08 11:25:55 +0200
commit03e0bd6b3b4314e2476030da7ddc71cf30f8b2e9 (patch)
tree61badfbc4196eca0d0cb4f1c7337592e02b17082 /filter/source/xsltfilter
parent024e53766c53916290dcfba08c5e9020a1325cd5 (diff)
[API CHANGE] Removed two cppuhelper deprecated headers.
The headers cppuheader/compbase.hxx and implbase.hxx. They have been deprecated since 2001. Moved the definitions of the deprecated functions to cppuhelper/source/compat.cxx. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, adding fixes and clean-up in cppuhelper/source/compat.cxx and odk/Package_odk_headers.mk Change-Id: I48b3cbf551b59d72614737a883a96aab55fc2090
Diffstat (limited to 'filter/source/xsltfilter')
-rw-r--r--filter/source/xsltfilter/LibXSLTTransformer.cxx1
-rw-r--r--filter/source/xsltfilter/LibXSLTTransformer.hxx1
-rw-r--r--filter/source/xsltfilter/OleHandler.hxx1
-rw-r--r--filter/source/xsltfilter/XSLTFilter.cxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/filter/source/xsltfilter/LibXSLTTransformer.cxx b/filter/source/xsltfilter/LibXSLTTransformer.cxx
index d0d850f5efde..7b21e24dbb8c 100644
--- a/filter/source/xsltfilter/LibXSLTTransformer.cxx
+++ b/filter/source/xsltfilter/LibXSLTTransformer.cxx
@@ -29,7 +29,6 @@
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase4.hxx>
-#include <cppuhelper/implbase.hxx>
#include <osl/module.h>
#include <osl/file.hxx>
diff --git a/filter/source/xsltfilter/LibXSLTTransformer.hxx b/filter/source/xsltfilter/LibXSLTTransformer.hxx
index 45c5490a14e2..cfdead8b11f2 100644
--- a/filter/source/xsltfilter/LibXSLTTransformer.hxx
+++ b/filter/source/xsltfilter/LibXSLTTransformer.hxx
@@ -23,7 +23,6 @@
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase1.hxx>
-#include <cppuhelper/implbase.hxx>
#include <rtl/ref.hxx>
diff --git a/filter/source/xsltfilter/OleHandler.hxx b/filter/source/xsltfilter/OleHandler.hxx
index 35ce9656bc02..799226fb9d11 100644
--- a/filter/source/xsltfilter/OleHandler.hxx
+++ b/filter/source/xsltfilter/OleHandler.hxx
@@ -25,7 +25,6 @@
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase4.hxx>
-#include <cppuhelper/implbase.hxx>
#include <osl/module.h>
#include <osl/file.hxx>
#include <osl/process.h>
diff --git a/filter/source/xsltfilter/XSLTFilter.cxx b/filter/source/xsltfilter/XSLTFilter.cxx
index 4c769e8d2202..ce992a7ea1a0 100644
--- a/filter/source/xsltfilter/XSLTFilter.cxx
+++ b/filter/source/xsltfilter/XSLTFilter.cxx
@@ -22,7 +22,6 @@
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase4.hxx>
-#include <cppuhelper/implbase.hxx>
#include <sax/tools/documenthandleradapter.hxx>