diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-04 15:32:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-04 15:32:28 +0000 |
commit | f3a85784a560bec945ab4e731ecb7719e2edfa8f (patch) | |
tree | d13fbb4eec6ae31f29b5c926275ca271c593977c | |
parent | 6d3c4980bc9d9ab73106b78ec02a52afb6f481a1 (diff) |
INTEGRATION: CWS fwk77 (1.9.46); FILE MERGED
2007/11/26 07:01:21 mav 1.9.46.1: #i75848# implementation name is not a service name
-rw-r--r-- | sot/source/unoolestorage/xolesimplestorage.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sot/source/unoolestorage/xolesimplestorage.cxx b/sot/source/unoolestorage/xolesimplestorage.cxx index 8c9c1e825c8d..ed45b98a5877 100644 --- a/sot/source/unoolestorage/xolesimplestorage.cxx +++ b/sot/source/unoolestorage/xolesimplestorage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xolesimplestorage.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:11:50 $ + * last change: $Author: obo $ $Date: 2008-01-04 16:32:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -102,9 +102,8 @@ OLESimpleStorage::~OLESimpleStorage() //------------------------------------------------------------------------- uno::Sequence< ::rtl::OUString > SAL_CALL OLESimpleStorage::impl_staticGetSupportedServiceNames() { - uno::Sequence< ::rtl::OUString > aRet(2); + uno::Sequence< ::rtl::OUString > aRet(1); aRet[0] = ::rtl::OUString::createFromAscii("com.sun.star.embed.OLESimpleStorage"); - aRet[1] = ::rtl::OUString::createFromAscii("com.sun.star.comp.embed.OLESimpleStorage"); return aRet; } |