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.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sdext/source/pdfimport/inc/wrapper.hxx b/sdext/source/pdfimport/inc/wrapper.hxx
index 59de61f0f986..8f0fc10f5a97 100644
--- a/sdext/source/pdfimport/inc/wrapper.hxx
+++ b/sdext/source/pdfimport/inc/wrapper.hxx
@@ -36,19 +36,19 @@ namespace pdfi
{
bool xpdf_ImportFromFile( const OUString& rURL,
const ContentSinkSharedPtr& rSink,
- const com::sun::star::uno::Reference<
- com::sun::star::task::XInteractionHandler >& xIHdl,
+ const css::uno::Reference<
+ css::task::XInteractionHandler >& xIHdl,
const OUString& rPwd,
- const com::sun::star::uno::Reference<
- com::sun::star::uno::XComponentContext >& xContext );
- bool xpdf_ImportFromStream( const com::sun::star::uno::Reference<
- com::sun::star::io::XInputStream >& xInput,
+ const css::uno::Reference<
+ css::uno::XComponentContext >& xContext );
+ bool xpdf_ImportFromStream( const css::uno::Reference<
+ css::io::XInputStream >& xInput,
const ContentSinkSharedPtr& rSink,
- const com::sun::star::uno::Reference<
- com::sun::star::task::XInteractionHandler >& xIHdl,
+ const css::uno::Reference<
+ css::task::XInteractionHandler >& xIHdl,
const OUString& rPwd,
- const com::sun::star::uno::Reference<
- com::sun::star::uno::XComponentContext >& xContext );
+ const css::uno::Reference<
+ css::uno::XComponentContext >& xContext );
}
#endif // INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_WRAPPER_HXX