diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLTextFrameContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx index ece946e001b6..c11222ff1c9b 100644 --- a/xmloff/source/text/XMLTextFrameContext.cxx +++ b/xmloff/source/text/XMLTextFrameContext.cxx @@ -1069,7 +1069,7 @@ SvXMLImportContext *XMLTextFrameContext_Impl::CreateChildContext( xAttrList, aParamMap ); } } - else if( (XML_NAMESPACE_OFFICE == nPrefix) ) + else if( XML_NAMESPACE_OFFICE == nPrefix ) { if( IsXMLToken( rLocalName, XML_BINARY_DATA ) ) { |