diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 20:08:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 20:08:20 +0000 |
commit | 413df9c430d73db0e13c292a43f8bb94570d1a74 (patch) | |
tree | f7b8a9e5628c1de5fa425c7d35ae171c94098834 /package/source/xstor/xfactory.cxx | |
parent | 61b6aeb3ab03afca64816979ef8eb40bc551c476 (diff) |
INTEGRATION: CWS mav09 (1.3.2); FILE MERGED
2004/07/05 10:30:13 mav 1.3.2.1: #i27773# provide status indicator
Diffstat (limited to 'package/source/xstor/xfactory.cxx')
-rw-r--r-- | package/source/xstor/xfactory.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package/source/xstor/xfactory.cxx b/package/source/xstor/xfactory.cxx index a72c97793..894a9685e 100644 --- a/package/source/xstor/xfactory.cxx +++ b/package/source/xstor/xfactory.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xfactory.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2004-05-10 17:28:34 $ + * last change: $Author: kz $ $Date: 2004-10-04 21:08:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -210,14 +210,13 @@ uno::Reference< uno::XInterface > SAL_CALL OStorageFactory::createInstanceWithAr aPropsToSet[0].Name = ::rtl::OUString::createFromAscii( "URL" ); aPropsToSet[0].Value <<= aURL; } - // TODO: fill in aPropsToSet for ( sal_Int32 nInd = 0, nNumArgs = 1; nInd < aDescr.getLength(); nInd++ ) { if ( aDescr[nInd].Name.equalsAscii( "InteractionHandler" ) || aDescr[nInd].Name.equalsAscii( "Password" ) - || aDescr[nInd].Name.equalsAscii( "RepairPackage" ) ) - // || aDescr[nInd].Name.equalsAscii( "StatusIndicator" ) ) // TODO: may be should be changed to ProgressHandler + || aDescr[nInd].Name.equalsAscii( "RepairPackage" ) + || aDescr[nInd].Name.equalsAscii( "StatusIndicator" ) ) // || aDescr[nInd].Name.equalsAscii( "Unpacked" ) // TODO: { aPropsToSet.realloc( ++nNumArgs ); |