diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-07-26 13:09:26 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-07-26 13:09:26 +0000 |
commit | af19193f64721d18a291ca1b9ed2058778504d40 (patch) | |
tree | 8d513b6e8c9c2c0dd323ebc7ac354080becf591b /sc/inc/xmlwrap.hxx | |
parent | f34b25fefde4853d9204575a7f53619bb9b1df35 (diff) |
#80365#; add ProgressBar for XML import
Diffstat (limited to 'sc/inc/xmlwrap.hxx')
-rw-r--r-- | sc/inc/xmlwrap.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/xmlwrap.hxx b/sc/inc/xmlwrap.hxx index f994b956867c..7a4247b0ed8d 100644 --- a/sc/inc/xmlwrap.hxx +++ b/sc/inc/xmlwrap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlwrap.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: sab $ $Date: 2001-05-04 14:09:37 $ + * last change: $Author: sab $ $Date: 2001-07-26 14:08:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,6 +85,7 @@ class ScXMLImportWrapper com::sun::star::uno::Reference< com::sun::star::task::XStatusIndicator> GetStatusIndicator( 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, com::sun::star::uno::Reference<com::sun::star::frame::XModel>& xModel, |