summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/XMLNumberStyles.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/XMLNumberStyles.cxx')
-rw-r--r--xmloff/source/draw/XMLNumberStyles.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/XMLNumberStyles.cxx b/xmloff/source/draw/XMLNumberStyles.cxx
index d9efb5bec28a..ce69e1a9723c 100644
--- a/xmloff/source/draw/XMLNumberStyles.cxx
+++ b/xmloff/source/draw/XMLNumberStyles.cxx
@@ -716,7 +716,7 @@ void SdXMLNumberFormatImportContext::EndElement()
sal_Int16 nIndex2 = nIndex + 1;
if( compareStyle( aSdXMLFixedTimeFormats[nTimeFormat], nIndex2 ) )
{
- mnKey = nFormat + 2 | ((nTimeFormat + 2) << 4);
+ mnKey = (nFormat + 2) | ((nTimeFormat + 2) << 4);
break;
}
}