summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-10-06 21:47:23 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-10-06 21:49:12 +0200
commit4635a86971b6183e4161e35d903da5e86706f382 (patch)
tree56b8adc5f17cb263a00950930fca177160e311c0 /include
parent6ca355d281133c1e0e54df4e4710a4e99bc38c17 (diff)
Simplify a bit
1) change if/else if/... into switch for readability 2) no need to use a #define for something which appears once Change-Id: Ia27d1bd07e4ed0761daa90df0f209c3a4c6cb8f0
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/filedlghelper.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/filedlghelper.hxx b/include/sfx2/filedlghelper.hxx
index 854703a89b15..67ec91e295fb 100644
--- a/include/sfx2/filedlghelper.hxx
+++ b/include/sfx2/filedlghelper.hxx
@@ -65,8 +65,6 @@ namespace vcl { class Window; }
#define FILEDIALOG_FILTER_ALL "*.*"
-#define FILE_OPEN_SERVICE_NAME_OOO "com.sun.star.ui.dialogs.OfficeFilePicker"
-
namespace sfx2 {
class FileDialogHelper_Impl;