summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-22 13:31:57 +0200
committerNoel Grandin <noel@peralex.com>2015-07-23 08:41:46 +0200
commit95aad95fbec35c3aab777b176218a29821f79574 (patch)
tree860e5fc0890830b27c391b4492d6b91631ef9850 /shell
parente412e16d56caf426bac04c7e5966e2a9efa7c408 (diff)
inline a handful of use-once #defines
Change-Id: Id2654555c4042f8c0bdbd6bab6507e705f08326b
Diffstat (limited to 'shell')
-rw-r--r--shell/inc/internal/config.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/inc/internal/config.hxx b/shell/inc/internal/config.hxx
index 641edc0e5936..b65079166e39 100644
--- a/shell/inc/internal/config.hxx
+++ b/shell/inc/internal/config.hxx
@@ -28,10 +28,8 @@
#ifdef _AMD64_
#define MODULE_NAME TEXT("shlxthdl_x64.dll")
-#define MODULE_NAME_FILTER TEXT("ooofilt_x64.dll")
#else
#define MODULE_NAME TEXT("shlxthdl.dll")
-#define MODULE_NAME_FILTER TEXT("ooofilt.dll")
#endif
#define COLUMN_HANDLER_DESCRIPTIVE_NAME TEXT("LibreOffice Column Handler")