diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-10-08 07:09:50 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-10-08 07:09:50 +0000 |
commit | 237c61e9a8b46496b07cbf475d7c62617542ed4e (patch) | |
tree | c71725eeffb0d51d1b3a3b0c11ad17576b0151cf /sc/inc/xmlwrap.hxx | |
parent | e6d51f3c134d830aa58d428eae3fe52b087e7cc0 (diff) |
#90836#; better Errorhandling on loading of xml files
Diffstat (limited to 'sc/inc/xmlwrap.hxx')
-rw-r--r-- | sc/inc/xmlwrap.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sc/inc/xmlwrap.hxx b/sc/inc/xmlwrap.hxx index 7a4247b0ed8d..c6684b467f4b 100644 --- a/sc/inc/xmlwrap.hxx +++ b/sc/inc/xmlwrap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlwrap.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: sab $ $Date: 2001-07-26 14:08:37 $ + * last change: $Author: sab $ $Date: 2001-10-08 08:03:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,12 +87,13 @@ class ScXMLImportWrapper com::sun::star::uno::Reference< com::sun::star::frame::XModel >& rModel); com::sun::star::uno::Reference< com::sun::star::task::XStatusIndicator> GetStatusIndicator(); - sal_Bool ImportFromComponent(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>& xServiceFactory, + sal_uInt32 ImportFromComponent(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>& xServiceFactory, com::sun::star::uno::Reference<com::sun::star::frame::XModel>& xModel, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>& xXMLParser, com::sun::star::xml::sax::InputSource& aParserInput, const rtl::OUString& sComponentName, const rtl::OUString& sDocName, const rtl::OUString& sOldDocName, - com::sun::star::uno::Sequence<com::sun::star::uno::Any>& aArgs); + com::sun::star::uno::Sequence<com::sun::star::uno::Any>& aArgs, + sal_Bool bMustBeSuccessfull); sal_Bool ExportToComponent(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>& xServiceFactory, com::sun::star::uno::Reference<com::sun::star::frame::XModel>& xModel, |