diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 17:09:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 17:09:29 +0000 |
commit | 3604705ddce9d16e19b8cae166b4ba2c91475412 (patch) | |
tree | f88e4f717407e48c5789037a91188727bb6c2564 /package/source/xstor/register.cxx | |
parent | 53afac3ef7fb580afdb78ac3f2ad9b0365e4c5d7 (diff) |
INTEGRATION: CWS ooo20031110 (1.2.8); FILE MERGED
2003/10/21 21:41:06 waratah 1.2.8.1: #i21230# include const into code to support gcc 3.2.x
Diffstat (limited to 'package/source/xstor/register.cxx')
-rw-r--r-- | package/source/xstor/register.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/source/xstor/register.cxx b/package/source/xstor/register.cxx index 3620b1a8435c..96b19852e85c 100644 --- a/package/source/xstor/register.cxx +++ b/package/source/xstor/register.cxx @@ -2,9 +2,9 @@ * * $RCSfile: register.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2003-09-11 10:15:49 $ + * last change: $Author: rt $ $Date: 2003-12-01 18:09:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -121,7 +121,7 @@ sal_Bool SAL_CALL component_writeInfo( void * pServiceManager, void * pRegistryK OStorageFactory::impl_staticGetImplementationName() + ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "/UNO/SERVICES") ) ); - uno::Sequence< ::rtl::OUString > &rServices = OStorageFactory::impl_staticGetSupportedServiceNames(); + const uno::Sequence< ::rtl::OUString > &rServices = OStorageFactory::impl_staticGetSupportedServiceNames(); for( sal_Int32 ind = 0; ind < rServices.getLength(); ind++ ) xNewKey->createKey( rServices.getConstArray()[ind] ); |