summaryrefslogtreecommitdiffstats
path: root/cui/source/options/optgdlg.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-09-02 14:37:23 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-09-03 08:18:03 +0000
commit72699595aaa3ecb8975050b6dfc6fde437770493 (patch)
tree11f1d8416f7d5e7fec2dc0c1cb4f196ea0a290fc /cui/source/options/optgdlg.cxx
parentsfx2: tdf#88206 replace cppu::WeakImplHelper* etc. (diff)
downloadcore-72699595aaa3ecb8975050b6dfc6fde437770493.tar.gz
core-72699595aaa3ecb8975050b6dfc6fde437770493.zip
remove KDE3 support, --enable-kde and --enable-kdeab
With the new RHEL6-era baseline TDF can finally ship KDE4 support. Change-Id: I227278b576a3ed2f2aaa751d41b469ca92dc78b3 Reviewed-on: https://gerrit.libreoffice.org/18267 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/options/optgdlg.cxx')
-rw-r--r--cui/source/options/optgdlg.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 02926c82368c..1a292768ff14 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -205,14 +205,6 @@ namespace
return OUString();
#endif
}
- else if ( rDesktopEnvironment.equalsIgnoreAsciiCase("kde") )
- {
- #if ENABLE_KDE
- return OUString("com.sun.star.ui.dialogs.KDEFilePicker");
- #else
- return OUString();
- #endif
- }
else if ( rDesktopEnvironment.equalsIgnoreAsciiCase("tde") )
{
#if ENABLE_TDE