From aa753f01ba4631614bb88ee7d3a3e6b222208b3e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 26 Mar 2013 10:18:14 +0100 Subject: -Wunused-macros Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed --- shell/source/backends/gconfbe/gconfaccess.cxx | 3 +++ shell/source/tools/lngconvex/lngconvex.cxx | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/source/backends/gconfbe/gconfaccess.cxx b/shell/source/backends/gconfbe/gconfaccess.cxx index 34aa138f10a7..b0cc1778be32 100644 --- a/shell/source/backends/gconfbe/gconfaccess.cxx +++ b/shell/source/backends/gconfbe/gconfaccess.cxx @@ -33,8 +33,11 @@ #include "gconfaccess.hxx" #define GCONF_PROXY_MODE_KEY "/system/proxy/mode" + +#ifdef ENABLE_LOCKDOWN #define GCONF_AUTO_SAVE_KEY "/apps/openoffice/auto_save" #define GCONF_USER_AUTO_SAVE_KEY "/apps/openoffice/user_auto_save" +#endif namespace gconfaccess { diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx index 83868cdd763e..707dbe5a403c 100644 --- a/shell/source/tools/lngconvex/lngconvex.cxx +++ b/shell/source/tools/lngconvex/lngconvex.cxx @@ -42,8 +42,6 @@ typedef unsigned short WORD; #define SUBLANG_SPANISH 0x01 #endif -#define VCL_NEED_BASETSD - #include "cmdline.hxx" #include -- cgit v1.2.3