INTEGRATION: CWS binfilter (1.7.144); FILE MERGED
2003/08/19 15:45:54 aw 1.7.144.2: #110680# Give ServiceManager as const reference and do not keep it as reference locally as member 2003/07/07 15:45:38 aw 1.7.144.1: #110680# Changed all components to use the ServiceManager they were created with.
This commit is contained in:
parent
cf170a9b76
commit
9d1c717c80
1 changed files with 6 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: SchXMLExport.hxx,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: bm $ $Date: 2001-09-14 11:19:47 $
|
||||
* last change: $Author: rt $ $Date: 2004-05-03 13:30:52 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -118,7 +118,10 @@ protected:
|
|||
virtual void _ExportContent();
|
||||
|
||||
public:
|
||||
SchXMLExport( sal_uInt16 nExportFlags = EXPORT_ALL );
|
||||
// #110680#
|
||||
SchXMLExport(
|
||||
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
|
||||
sal_uInt16 nExportFlags = EXPORT_ALL );
|
||||
virtual ~SchXMLExport();
|
||||
|
||||
void SetProgress( sal_Int32 nPercentage );
|
||||
|
|
Loading…
Reference in a new issue