diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-03 12:27:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-03 12:27:39 +0000 |
commit | acb37f94578f46dd87c6b491493d79467ab14a2b (patch) | |
tree | 8873a0d79f91d20eb3e8fdbd8f328e7f479646e8 /svx/source/inc/xmlxtexp.hxx | |
parent | 8f9a893710054675e6a355ea9f5673cfb4947180 (diff) |
INTEGRATION: CWS binfilter (1.2.346); FILE MERGED
2003/07/08 17:22:45 aw 1.2.346.1: #110680#
Diffstat (limited to 'svx/source/inc/xmlxtexp.hxx')
-rw-r--r-- | svx/source/inc/xmlxtexp.hxx | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/svx/source/inc/xmlxtexp.hxx b/svx/source/inc/xmlxtexp.hxx index 3e0b5cc0a49a..1fc95383f3b3 100644 --- a/svx/source/inc/xmlxtexp.hxx +++ b/svx/source/inc/xmlxtexp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlxtexp.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: cl $ $Date: 2001-02-27 14:18:57 $ + * last change: $Author: rt $ $Date: 2004-05-03 13:27:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,14 +79,13 @@ namespace com { namespace sun { namespace star { class SvxXMLXTableExportComponent : public SvXMLExport { public: + // #110680# SvxXMLXTableExportComponent( + const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory, const rtl::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 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); ~SvxXMLXTableExportComponent(); |