diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/xmlstyle.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/style/xmlstyle.cxx b/xmloff/source/style/xmlstyle.cxx index ce5918f0ec94..c0653f026e27 100644 --- a/xmloff/source/style/xmlstyle.cxx +++ b/xmloff/source/style/xmlstyle.cxx @@ -100,8 +100,6 @@ void SvXMLStyleContext::SetAttribute( sal_Int32 nElement, maLinked = rValue; break; case XML_ELEMENT(STYLE, XML_HIDDEN): - mbHidden = rValue.toBoolean(); - break; case XML_ELEMENT(LO_EXT, XML_HIDDEN): mbHidden = rValue.toBoolean(); break; |