summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJaskaran Singh <jvsg1303@gmail.com>2016-08-01 21:00:03 +0530
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-09-18 00:15:18 +0200
commit759b2fcb2ff3e916e7f69d182c74bac03e9f2da3 (patch)
tree3ac5933232f64048b6d12efed86efcc9d75b08ca /sc
parent2210d4bb2beebb392939cb6b94d00d24cac81a9d (diff)
Disable printing default protection in imported styles
Change-Id: Iba85a8a401542496f2313af576344d8ffdf768fe
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/orcus/interface.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/orcus/interface.cxx b/sc/source/filter/orcus/interface.cxx
index b9d8f66fe692..e6dedef3fb12 100644
--- a/sc/source/filter/orcus/interface.cxx
+++ b/sc/source/filter/orcus/interface.cxx
@@ -835,7 +835,7 @@ ScOrcusStyles::protection::protection():
mbLocked(true),
mbPrintContent(false),
mbFormulaHidden(false),
- mbHasProtectionAttr(true)
+ mbHasProtectionAttr(false)
{
}