diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-25 12:08:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-25 12:08:18 +0000 |
commit | 1a90fcc49a87ad46923f0627d1fe4d03b9a98aca (patch) | |
tree | c8b31564dc56112746a833be2d8dad277db71fe2 /comphelper/source/compare | |
parent | b48517dbdd60c4789d7e4175117920d6d3a4d880 (diff) |
INTEGRATION: CWS dba30d (1.7.32); FILE MERGED
2008/06/04 12:23:09 fs 1.7.32.1: correct supportsService
Diffstat (limited to 'comphelper/source/compare')
-rw-r--r-- | comphelper/source/compare/AnyCompareFactory.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/compare/AnyCompareFactory.cxx b/comphelper/source/compare/AnyCompareFactory.cxx index 4ca5fff151be..e5713c6ece46 100644 --- a/comphelper/source/compare/AnyCompareFactory.cxx +++ b/comphelper/source/compare/AnyCompareFactory.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: AnyCompareFactory.cxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -162,7 +162,7 @@ OUString SAL_CALL AnyCompareFactory::getImplementationName( ) throw( RuntimeExc sal_Bool SAL_CALL AnyCompareFactory::supportsService( const OUString& ServiceName ) throw(RuntimeException) { - rtl::OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.document.NamedPropertyValues" ) ); + rtl::OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.ucb.AnyCompareFactory" ) ); return aServiceName == ServiceName; } |