summaryrefslogtreecommitdiff
path: root/writerperfect/source/writer/MWAWImportFilter.cxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-04-24 14:02:23 +0200
committerDavid Tardon <dtardon@redhat.com>2014-04-24 16:27:43 +0200
commitb7fa9950a9ef68bf2652b8c93887b6d531866471 (patch)
treeddcf32f5578ba7630bee02d1652aaf04c57ce1af /writerperfect/source/writer/MWAWImportFilter.cxx
parente6b142a06833404d8b8a5be0501fd4751df60f35 (diff)
change libwriterperfect to shared library
There are already 3 libs linking with it and there will be another one in near future. It is time to stop the duplication :-) Change-Id: Ia7d24882c37a8bf49fa031b73fa1bd5296f78820
Diffstat (limited to 'writerperfect/source/writer/MWAWImportFilter.cxx')
-rw-r--r--writerperfect/source/writer/MWAWImportFilter.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/writerperfect/source/writer/MWAWImportFilter.cxx b/writerperfect/source/writer/MWAWImportFilter.cxx
index 82d2e260187b..b5a4a7168a6e 100644
--- a/writerperfect/source/writer/MWAWImportFilter.cxx
+++ b/writerperfect/source/writer/MWAWImportFilter.cxx
@@ -18,14 +18,15 @@
#include <com/sun/star/uno/Reference.h>
#include <cppuhelper/supportsservice.hxx>
+#include <writerperfect/DocumentHandler.hxx>
+#include <writerperfect/WPXSvInputStream.hxx>
+
#include <xmloff/attrlist.hxx>
#include <ucbhelper/content.hxx>
#include <libmwaw/libmwaw.hxx>
#include <libodfgen/libodfgen.hxx>
-#include "common/DocumentHandler.hxx"
-#include "common/WPXSvStream.hxx"
#include "MWAWImportFilter.hxx"
using namespace ::com::sun::star::uno;
@@ -48,6 +49,9 @@ using com::sun::star::xml::sax::XAttributeList;
using com::sun::star::xml::sax::XDocumentHandler;
using com::sun::star::xml::sax::XParser;
+using writerperfect::DocumentHandler;
+using writerperfect::WPXSvInputStream;
+
static bool handleEmbeddedMWAWObject(const WPXBinaryData &data, OdfDocumentHandler *pHandler, const OdfStreamType streamType)
{
OdgGenerator exporter(pHandler, streamType);