summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-04 11:29:03 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-04 11:29:03 +0000
commit9f493e493a5fa51c8ce52bf07928288b5217812d (patch)
tree5b25ecfec597c73e1547775b38f278d107b79b3e /shell
parent7e1ce1a5c413c74edb231ad7b1adb08c68ce4d6f (diff)
INTEGRATION: CWS kdesettings3 (1.6.46); FILE MERGED
2006/07/21 12:53:49 kendy 1.6.46.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/gconfbe/gconfbackend.hxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/shell/source/backends/gconfbe/gconfbackend.hxx b/shell/source/backends/gconfbe/gconfbackend.hxx
index 748062325eb8..b6ecb316c1f8 100644
--- a/shell/source/backends/gconfbe/gconfbackend.hxx
+++ b/shell/source/backends/gconfbe/gconfbackend.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gconfbackend.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-03-22 09:34:06 $
+ * last change: $Author: ihi $ $Date: 2006-08-04 12:29:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -174,13 +174,6 @@ class GconfBackend : public BackendBase {
*/
static uno::Sequence<rtl::OUString> SAL_CALL getBackendServiceNames(void) ;
- /**
- Provides the supported component nodes
-
- @return supported component nodes
- */
- static uno::Sequence<rtl::OUString> SAL_CALL getSupportedComponents(void) ;
-
/* returns a GconfClient */
static GConfClient* getGconfClient();