diff options
Diffstat (limited to 'sc/inc/xmlwrap.hxx')
-rw-r--r-- | sc/inc/xmlwrap.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/inc/xmlwrap.hxx b/sc/inc/xmlwrap.hxx index e7768f79d1e6..caa351515273 100644 --- a/sc/inc/xmlwrap.hxx +++ b/sc/inc/xmlwrap.hxx @@ -92,18 +92,6 @@ public: const sc::ImportPostProcessData& GetImportPostProcessData() const { return maPostProcessData;} }; -class ScXMLChartExportWrapper -{ -public: - ScXMLChartExportWrapper( css::uno::Reference< css::frame::XModel > const & xModel, SfxMedium& rMed ); - void Export(); - -private: - css::uno::Reference< css::frame::XModel > mxModel; - css::uno::Reference< css::embed::XStorage > mxStorage; - SfxMedium& mrMedium; -}; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |