summaryrefslogtreecommitdiff
path: root/xmloff/inc/MetaExportComponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/MetaExportComponent.hxx')
-rw-r--r--xmloff/inc/MetaExportComponent.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/inc/MetaExportComponent.hxx b/xmloff/inc/MetaExportComponent.hxx
index 31194b239693..58a3a059bf3d 100644
--- a/xmloff/inc/MetaExportComponent.hxx
+++ b/xmloff/inc/MetaExportComponent.hxx
@@ -26,12 +26,11 @@
class XMLMetaExportComponent : public SvXMLExport
{
- ::com::sun::star::uno::Reference<
- ::com::sun::star::document::XDocumentProperties > mxDocProps;
+ css::uno::Reference< css::document::XDocumentProperties > mxDocProps;
public:
XMLMetaExportComponent(
- const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext,
+ const css::uno::Reference< css::uno::XComponentContext >& xContext,
OUString const & implementationName, SvXMLExportFlags nFlags
);
@@ -43,7 +42,7 @@ protected:
enum ::xmloff::token::XMLTokenEnum eClass = xmloff::token::XML_TOKEN_INVALID ) override;
// accept XDocumentProperties in addition to XModel
- virtual void SAL_CALL setSourceDocument( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& xDoc ) throw(::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL setSourceDocument( const css::uno::Reference< css::lang::XComponent >& xDoc ) throw(css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception) override;
// override
virtual void _ExportMeta() override;