summaryrefslogtreecommitdiff
path: root/filter/source/odfflatxml/OdfFlatXml.cxx
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/odfflatxml/OdfFlatXml.cxx
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/odfflatxml/OdfFlatXml.cxx')
-rw-r--r--filter/source/odfflatxml/OdfFlatXml.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/filter/source/odfflatxml/OdfFlatXml.cxx b/filter/source/odfflatxml/OdfFlatXml.cxx
index 2c2bef3fc1f7..09d03cc38269 100644
--- a/filter/source/odfflatxml/OdfFlatXml.cxx
+++ b/filter/source/odfflatxml/OdfFlatXml.cxx
@@ -11,7 +11,6 @@
#include <comphelper/processfactory.hxx>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase3.hxx>
-#include <cppuhelper/implbase.hxx>
#include <sax/tools/documenthandleradapter.hxx>