summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/inc/wrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/pdfimport/inc/wrapper.hxx')
-rw-r--r--sdext/source/pdfimport/inc/wrapper.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/inc/wrapper.hxx b/sdext/source/pdfimport/inc/wrapper.hxx
index 8f0fc10f5a97..6bafce4939d7 100644
--- a/sdext/source/pdfimport/inc/wrapper.hxx
+++ b/sdext/source/pdfimport/inc/wrapper.hxx
@@ -40,7 +40,8 @@ namespace pdfi
css::task::XInteractionHandler >& xIHdl,
const OUString& rPwd,
const css::uno::Reference<
- css::uno::XComponentContext >& xContext );
+ css::uno::XComponentContext >& xContext,
+ const OUString& rFilterOptions = OUString());
bool xpdf_ImportFromStream( const css::uno::Reference<
css::io::XInputStream >& xInput,
const ContentSinkSharedPtr& rSink,
@@ -48,7 +49,8 @@ namespace pdfi
css::task::XInteractionHandler >& xIHdl,
const OUString& rPwd,
const css::uno::Reference<
- css::uno::XComponentContext >& xContext );
+ css::uno::XComponentContext >& xContext,
+ const OUString& rFilterOptions = OUString() );
}
#endif // INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_WRAPPER_HXX