summaryrefslogtreecommitdiff
path: root/writerperfect/source/draw/FreehandImportFilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/draw/FreehandImportFilter.hxx')
-rw-r--r--writerperfect/source/draw/FreehandImportFilter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/source/draw/FreehandImportFilter.hxx b/writerperfect/source/draw/FreehandImportFilter.hxx
index 6b1c94dcb797..e6dd231c2108 100644
--- a/writerperfect/source/draw/FreehandImportFilter.hxx
+++ b/writerperfect/source/draw/FreehandImportFilter.hxx
@@ -31,7 +31,7 @@ public:
private:
virtual bool doDetectFormat(librevenge::RVNGInputStream &rInput, OUString &rTypeName) SAL_OVERRIDE;
- virtual bool doImportDocument(librevenge::RVNGInputStream &rInput, librevenge::RVNGDrawingInterface &rGenerator) SAL_OVERRIDE;
+ virtual bool doImportDocument(librevenge::RVNGInputStream &rInput, librevenge::RVNGDrawingInterface &rGenerator, utl::MediaDescriptor &) SAL_OVERRIDE;
};
OUString FreehandImportFilter_getImplementationName()