diff options
author | Jaskaran Singh <jvsg1303@gmail.com> | 2016-08-01 21:00:03 +0530 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-09-18 00:15:18 +0200 |
commit | 759b2fcb2ff3e916e7f69d182c74bac03e9f2da3 (patch) | |
tree | 3ac5933232f64048b6d12efed86efcc9d75b08ca /sc | |
parent | 2210d4bb2beebb392939cb6b94d00d24cac81a9d (diff) |
Disable printing default protection in imported styles
Change-Id: Iba85a8a401542496f2313af576344d8ffdf768fe
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/orcus/interface.cxx | 2 |
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) { } |