summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/sdpropls.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/sdpropls.cxx')
-rw-r--r--xmloff/source/draw/sdpropls.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/sdpropls.cxx b/xmloff/source/draw/sdpropls.cxx
index 03bd527f5299..7e1473199aef 100644
--- a/xmloff/source/draw/sdpropls.cxx
+++ b/xmloff/source/draw/sdpropls.cxx
@@ -1684,7 +1684,7 @@ void XMLPageExportPropertyMapper::ContextFilter(
}
break;
case CTF_PAGE_TRANSITION_FADECOLOR:
- if( (!(mrExport.getExportFlags() & SvXMLExportFlags::OASIS)) )
+ if( !(mrExport.getExportFlags() & SvXMLExportFlags::OASIS) )
(*property).mnIndex = -1;
else
pTransitionFadeColor = property;