summaryrefslogtreecommitdiffstats
path: root/sc/inc/tabprotection.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-15 15:06:06 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-15 15:06:06 +0200
commitd651046b62f0ed979c3276dc57a82cd6b74f8930 (patch)
tree1e828ab9a6640655b4532176a32a71e4354ecb9d /sc/inc/tabprotection.hxx
parentchart-odf-always-calc-a1.diff: always store ranges in ODF using A1 syntax (diff)
downloadcore-d651046b62f0ed979c3276dc57a82cd6b74f8930.tar.gz
core-d651046b62f0ed979c3276dc57a82cd6b74f8930.zip
enable-sheet-protection-options.diff: Enable sheet protection options
Diffstat (limited to 'sc/inc/tabprotection.hxx')
-rw-r--r--sc/inc/tabprotection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/tabprotection.hxx b/sc/inc/tabprotection.hxx
index d8dbd45d27fa..128102500b4a 100644
--- a/sc/inc/tabprotection.hxx
+++ b/sc/inc/tabprotection.hxx
@@ -35,7 +35,7 @@
#include <vector>
#include <boost/shared_ptr.hpp>
-#define ENABLE_SHEET_PROTECTION 0
+#define ENABLE_SHEET_PROTECTION 1
class ScDocument;
class ScTableProtectionImpl;