summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------dictionaries0
-rw-r--r--sc/source/filter/xml/xmlexprt.cxx2
2 files changed, 1 insertions, 1 deletions
diff --git a/dictionaries b/dictionaries
-Subproject 569915c40dc4b3df1f75abe9e1202e0d66f0328
+Subproject f1a4ecab4b10fe7e5daadd6529516d5ffeba0fd
diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index 8defd8aef7cf..a0bc8075371a 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -2883,7 +2883,7 @@ void ScXMLExport::WriteTable(sal_Int32 nTable, const Reference<sheet::XSpreadshe
AddAttribute( XML_NAMESPACE_TABLE, XML_PRINT, XML_FALSE);
SvXMLElementExport aElemT(*this, sElemTab, true, true);
- if (pProtect && pProtect->isProtected())
+ if (pProtect && pProtect->isProtected() && getDefaultVersion() > SvtSaveOptions::ODFVER_012)
{
if (pProtect->isOptionEnabled(ScTableProtection::SELECT_LOCKED_CELLS))
AddAttribute(XML_NAMESPACE_TABLE, XML_SELECT_PROTECTED_CELLS, XML_TRUE);