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 0fbbf792e551..97c2af92598f 100644
--- a/xmloff/source/draw/XMLNumberStyles.cxx
+++ b/xmloff/source/draw/XMLNumberStyles.cxx
@@ -685,7 +685,7 @@ void SdXMLNumberFormatImportContext::EndElement()
}
else if( mnElements[nIndex] == DATA_STYLE_NUMBER_TEXT_SPACE )
{
- // if its a valid date ending with a space, see if a time style follows
+ // if it's a valid date ending with a space, see if a time style follows
for( sal_Int16 nTimeFormat = 0; nTimeFormat < SdXMLTimeFormatCount; nTimeFormat++ )
{
sal_Int16 nIndex2 = nIndex + 1;