summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-04 11:29:51 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-04 11:29:51 +0000
commit2c7326b9be38693da4f20cf3ad9f7a73098952e5 (patch)
treec1e7c6164cd46edb60bc210a7b69c219d1afaffb /shell
parente32e20ed868f1a622e07004938faa247b96939c9 (diff)
INTEGRATION: CWS kdesettings3 (1.7.18); FILE MERGED
2006/07/21 12:53:50 kendy 1.7.18.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/gconfbe/gconfbecdef.cxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/shell/source/backends/gconfbe/gconfbecdef.cxx b/shell/source/backends/gconfbe/gconfbecdef.cxx
index a3b9c7744714..942ca865721d 100644
--- a/shell/source/backends/gconfbe/gconfbecdef.cxx
+++ b/shell/source/backends/gconfbe/gconfbecdef.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gconfbecdef.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2006-07-19 17:15:11 $
+ * last change: $Author: ihi $ $Date: 2006-08-04 12:29:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -138,13 +138,6 @@ extern "C" sal_Bool SAL_CALL component_writeInfo(void */*pServiceManager*/,
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( GconfBackend::getSupportedComponents() );
-
return sal_True;
}