diff options
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpnumericfmt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpnumericfmt.cxx b/lotuswordpro/source/filter/lwpnumericfmt.cxx index 4a4964920632..ea025d9ebe31 100644 --- a/lotuswordpro/source/filter/lwpnumericfmt.cxx +++ b/lotuswordpro/source/filter/lwpnumericfmt.cxx @@ -88,7 +88,7 @@ String LwpCurrencyPool::GetCurrencySymbol(sal_uInt16 nFormat) */ sal_Bool LwpCurrencyPool::IsSymbolPost(sal_uInt16 nFormat) { - return m_aCurrencyInfo[nFormat].bPost;; + return m_aCurrencyInfo[nFormat].bPost; } /** |