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.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/svx/source/inc/xmlxtexp.hxx b/svx/source/inc/xmlxtexp.hxx
index 703454d235cf..d2f01a00bada 100644
--- a/svx/source/inc/xmlxtexp.hxx
+++ b/svx/source/inc/xmlxtexp.hxx
@@ -54,9 +54,12 @@ public:
~SvxXMLXTableExportComponent();
- static sal_Bool save( const rtl::OUString& rURL, const com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& xTable ) throw();
-
- sal_Bool exportTable() throw();
+ static bool save( const rtl::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,
+ rtl::OUString *pOptName ) throw();
// methods without content:
virtual void _ExportAutoStyles();
@@ -64,6 +67,7 @@ public:
virtual void _ExportContent();
private:
+ bool exportTable() throw();
const com::sun::star::uno::Reference< com::sun::star::container::XNameContainer > & mxTable;
};