summaryrefslogtreecommitdiff
path: root/writerperfect/source/draw/CDRImportFilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/draw/CDRImportFilter.hxx')
-rw-r--r--writerperfect/source/draw/CDRImportFilter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerperfect/source/draw/CDRImportFilter.hxx b/writerperfect/source/draw/CDRImportFilter.hxx
index cf8a254ba4e7..3df8ccc36f8f 100644
--- a/writerperfect/source/draw/CDRImportFilter.hxx
+++ b/writerperfect/source/draw/CDRImportFilter.hxx
@@ -33,8 +33,8 @@ public:
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
- virtual bool doDetectFormat( WPXInputStream &rInput, OUString &rTypeName ) SAL_OVERRIDE;
- virtual bool doImportDocument( WPXInputStream &rInput, libwpg::WPGPaintInterface &rGenerator ) SAL_OVERRIDE;
+ virtual bool doDetectFormat( librevenge::RVNGInputStream &rInput, OUString &rTypeName ) SAL_OVERRIDE;
+ virtual bool doImportDocument( librevenge::RVNGInputStream &rInput, librevenge::RVNGDrawingInterface &rGenerator ) SAL_OVERRIDE;
};
OUString CDRImportFilter_getImplementationName()