diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 20:08:09 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 20:08:09 +0000 |
commit | e5ac0497fe5f76112f28f70701af96b5f95c710e (patch) | |
tree | 17da64bd3acff4330d122f222a78e5de1b0e8077 /package/source/xstor/register.cxx | |
parent | 4c0dd2d91ffa1d3e1dec1242c1aaf38dc081cb38 (diff) |
INTEGRATION: CWS mav09 (1.3.42); FILE MERGED
2004/05/13 15:10:03 mav 1.3.42.1: #112768# remove dangerous references
Diffstat (limited to 'package/source/xstor/register.cxx')
-rw-r--r-- | package/source/xstor/register.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/source/xstor/register.cxx b/package/source/xstor/register.cxx index 96b19852e85c..f11277ffd23a 100644 --- a/package/source/xstor/register.cxx +++ b/package/source/xstor/register.cxx @@ -2,9 +2,9 @@ * * $RCSfile: register.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2003-12-01 18:09:29 $ + * last change: $Author: kz $ $Date: 2004-10-04 21:08:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -121,9 +121,9 @@ sal_Bool SAL_CALL component_writeInfo( void * pServiceManager, void * pRegistryK OStorageFactory::impl_staticGetImplementationName() + ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "/UNO/SERVICES") ) ); - const uno::Sequence< ::rtl::OUString > &rServices = OStorageFactory::impl_staticGetSupportedServiceNames(); - for( sal_Int32 ind = 0; ind < rServices.getLength(); ind++ ) - xNewKey->createKey( rServices.getConstArray()[ind] ); + const uno::Sequence< ::rtl::OUString > aServices = OStorageFactory::impl_staticGetSupportedServiceNames(); + for( sal_Int32 ind = 0; ind < aServices.getLength(); ind++ ) + xNewKey->createKey( aServices.getConstArray()[ind] ); return sal_True; } |