diff options
author | Eike Rathke <erack@redhat.com> | 2016-09-13 16:18:32 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-09-13 20:03:53 +0200 |
commit | 426723912fcb9bca39e0cada68e209f5f1be927c (patch) | |
tree | 9767d4ee0b4f2efd25bfe7bac4e5c3a248a2f5cb /xmloff | |
parent | abbe7584543ad27e658de515c7dafcc1ce34a18c (diff) |
that copypasta comment fragment makes no sense
Change-Id: I835fd6045e5ab5aeb93c91edb07037b1ed3ea4a9
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/xmlnumfi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlnumfi.cxx b/xmloff/source/style/xmlnumfi.cxx index 1fd5afd37be9..164ce769912a 100644 --- a/xmloff/source/style/xmlnumfi.cxx +++ b/xmloff/source/style/xmlnumfi.cxx @@ -2266,7 +2266,7 @@ void SvXMLNumFormatContext::UpdateCalendar( const OUString& rNewCalendar ) { aFormatCode.append( "[~" ); // intro for calendar code aFormatCode.append( sCalendar ); - aFormatCode.append( ']' ); // end of "new" currency symbolcalendar code + aFormatCode.append( ']' ); // end of calendar code } } } |