From 7eed51d0332e16f97789ac638246d6d891348fd9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 22 Jul 2016 09:13:09 +0100 Subject: There is no css.configuration.backend.GconfBackend since commit 3cf557c12d27f1b2250e69a543136da098112d80 Author: Bjoern Michaelsen Date: Fri Oct 16 12:15:55 2015 +0100 drop gconf integration as per ESC decision Conflicts: shell/source/backends/gconfbe/gconfbackend.cxx Change-Id: If8e9b273e410250b45d3f645f6a31c1e80f02c6c --- shell/source/backends/desktopbe/desktopbackend.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'shell/source') diff --git a/shell/source/backends/desktopbe/desktopbackend.cxx b/shell/source/backends/desktopbe/desktopbackend.cxx index 745d96dab759..64f06a387f88 100644 --- a/shell/source/backends/desktopbe/desktopbackend.cxx +++ b/shell/source/backends/desktopbe/desktopbackend.cxx @@ -209,11 +209,7 @@ css::uno::Reference< css::uno::XInterface > SAL_CALL createInstance( // Fall back to the default if the specific backend is not available: css::uno::Reference< css::uno::XInterface > backend; - if ( desktop == "GNOME" ) { - backend = createBackend( - context, - "com.sun.star.configuration.backend.GconfBackend"); - } else if ( desktop == "KDE" ) { + if ( desktop == "KDE" ) { backend = createBackend( context, "com.sun.star.configuration.backend.KDEBackend"); -- cgit