summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/gconfbe/gconfaccess.cxx3
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx2
2 files changed, 3 insertions, 2 deletions
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 <comphelper/string.hxx>