summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLBase64Export.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLBase64Export.hxx')
-rw-r--r--xmloff/inc/XMLBase64Export.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/xmloff/inc/XMLBase64Export.hxx b/xmloff/inc/XMLBase64Export.hxx
index 1a2cf4d48391..f3cbac27651d 100644
--- a/xmloff/inc/XMLBase64Export.hxx
+++ b/xmloff/inc/XMLBase64Export.hxx
@@ -37,15 +37,12 @@ public:
XMLBase64Export( SvXMLExport& rExport );
- bool exportXML( const ::com::sun::star::uno::Reference <
- ::com::sun::star::io::XInputStream > & rIn );
- bool exportElement( const ::com::sun::star::uno::Reference <
- ::com::sun::star::io::XInputStream > & rIn,
+ bool exportXML( const css::uno::Reference < css::io::XInputStream > & rIn );
+ bool exportElement( const css::uno::Reference < css::io::XInputStream > & rIn,
sal_uInt16 nNamespace,
enum ::xmloff::token::XMLTokenEnum eName );
bool exportOfficeBinaryDataElement(
- const ::com::sun::star::uno::Reference <
- ::com::sun::star::io::XInputStream > & rIn );
+ const css::uno::Reference < css::io::XInputStream > & rIn );
};