summaryrefslogtreecommitdiff
path: root/svx/source/inc/xmlxtexp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/xmlxtexp.hxx')
-rw-r--r--svx/source/inc/xmlxtexp.hxx16
1 files changed, 7 insertions, 9 deletions
diff --git a/svx/source/inc/xmlxtexp.hxx b/svx/source/inc/xmlxtexp.hxx
index a16b7962f845..3755aa2288e1 100644
--- a/svx/source/inc/xmlxtexp.hxx
+++ b/svx/source/inc/xmlxtexp.hxx
@@ -35,19 +35,17 @@ class SvxXMLXTableExportComponent : public SvXMLExport
{
public:
SvxXMLXTableExportComponent(
- const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext,
+ const css::uno::Reference< css::uno::XComponentContext >& xContext,
const OUString& rFileName,
- const com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler > & xHandler,
- const com::sun::star::uno::Reference< com::sun::star::container::XNameContainer > & xTable,
- com::sun::star::uno::Reference< com::sun::star::document::XGraphicObjectResolver >& xGrfResolver);
+ const css::uno::Reference< css::xml::sax::XDocumentHandler > & xHandler,
+ const css::uno::Reference< css::container::XNameContainer > & xTable,
+ css::uno::Reference< css::document::XGraphicObjectResolver >& xGrfResolver);
virtual ~SvxXMLXTableExportComponent();
static bool save( const OUString& rURL,
- const com::sun::star::uno::Reference<
- ::com::sun::star::container::XNameContainer >& xTable,
- const ::com::sun::star::uno::Reference <
- ::com::sun::star::embed::XStorage > &xStorage,
+ const css::uno::Reference< css::container::XNameContainer >& xTable,
+ const css::uno::Reference< css::embed::XStorage > &xStorage,
OUString *pOptName )
throw (css::uno::RuntimeException, std::exception);
@@ -58,7 +56,7 @@ public:
private:
bool exportTable() throw();
- const com::sun::star::uno::Reference< com::sun::star::container::XNameContainer > & mxTable;
+ const css::uno::Reference< css::container::XNameContainer > & mxTable;
};
#endif