summaryrefslogtreecommitdiff
path: root/fpicker/source/generic/fpicker.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-27 16:15:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-29 10:02:30 +0100
commit4a223b6ae7f84844035f56c037599d0c348d2d99 (patch)
treea89b32d50385b7b31ed646e090214786bb69339d /fpicker/source/generic/fpicker.cxx
parent1e002d8c56a3d45ff8a22006cabc3fefb54780d6 (diff)
Remove useless ODMAFolderPicker
...that effectively is just a wrapper around a SystemFolderPicker service implementation, as its m_bUseDMS is always false. Change-Id: I95eb4a36fde0b98020b5fbe57e242cd2ae47ab8b
Diffstat (limited to 'fpicker/source/generic/fpicker.cxx')
-rw-r--r--fpicker/source/generic/fpicker.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/fpicker/source/generic/fpicker.cxx b/fpicker/source/generic/fpicker.cxx
index 4c4dd9a57847..cf1ec475005b 100644
--- a/fpicker/source/generic/fpicker.cxx
+++ b/fpicker/source/generic/fpicker.cxx
@@ -138,11 +138,6 @@ static OUString FolderPicker_getSystemPickerServiceName()
else if (aDesktopEnvironment.equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("macosx")))
return OUString (RTL_CONSTASCII_USTRINGPARAM ("com.sun.star.ui.dialogs.AquaFolderPicker"));
#endif
-#ifdef WNT
- if (SvtMiscOptions().TryODMADialog() && ::odma::DMSsAvailable()) {
- return OUString (RTL_CONSTASCII_USTRINGPARAM ("com.sun.star.ui.dialogs.ODMAFolderPicker"));
- }
-#endif
return OUString (RTL_CONSTASCII_USTRINGPARAM ("com.sun.star.ui.dialogs.SystemFolderPicker"));
}