summaryrefslogtreecommitdiffstats
path: root/sc/inc/tabprotection.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-11-24 14:32:41 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-11-24 14:34:26 -0500
commit28c7911d2d0898f482e28251296d40c76b5cde39 (patch)
tree0ad5456f684363ff2570ef28094f8e02707492df /sc/inc/tabprotection.hxx
parentMore easy hacks completed in calc (diff)
downloadcore-28c7911d2d0898f482e28251296d40c76b5cde39.tar.gz
core-28c7911d2d0898f482e28251296d40c76b5cde39.zip
Remove the preprocessor guard for sheet protection options.
This feature is now universally enabled, removing the unnecessary guard.
Diffstat (limited to 'sc/inc/tabprotection.hxx')
-rw-r--r--sc/inc/tabprotection.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/tabprotection.hxx b/sc/inc/tabprotection.hxx
index 2d75aa79857f..5feab594719f 100644
--- a/sc/inc/tabprotection.hxx
+++ b/sc/inc/tabprotection.hxx
@@ -35,8 +35,6 @@
#include "global.hxx"
#include <boost/shared_ptr.hpp>
-#define ENABLE_SHEET_PROTECTION 1
-
class ScDocument;
class ScTableProtectionImpl;