INTEGRATION: CWS kdesettings3 (1.4.12); FILE MERGED

2006/07/21 12:53:51 kendy 1.4.12.1: #i66204#
Don't link with KDE libraries in Gnome (and v.v.)
This commit is contained in:
Ivo Hinkelmann 2006-08-04 11:31:00 +00:00
parent aedbbdfd51
commit 2f4db6c44d

View file

@ -4,9 +4,9 @@
*
* $RCSfile: kdebecdef.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: ihi $ $Date: 2006-08-01 10:25:46 $
* last change: $Author: ihi $ $Date: 2006-08-04 12:31:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -130,13 +130,6 @@ extern "C" sal_Bool SAL_CALL component_writeInfo(void *,
for (sal_Int32 i = 0 ; i < sServiceNames.getLength() ; ++ i)
xServicesKey->createKey(sServiceNames[i]);
// Register supported components
uno::Reference<XRegistryKey> xComponentKey = xImplKey->createKey(
rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/DATA/SupportedComponents") )
);
xComponentKey->setAsciiListValue( KDEBackend::getSupportedComponents() );
return sal_True;
}