sc/source/filter/orcus/interface.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit df431435da72435a8473c15b6ac4d18c9f144bd9
Author: Jaskaran Singh <jvsg1...@gmail.com>
Date:   Mon Aug 1 21:00:03 2016 +0530

    Disable printing default protection in imported styles
    
    Change-Id: Iba85a8a401542496f2313af576344d8ffdf768fe

diff --git a/sc/source/filter/orcus/interface.cxx 
b/sc/source/filter/orcus/interface.cxx
index 18013dc..1d95b66 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)
 {
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to