[Libreoffice-commits] .: Branch 'libreoffice-3-4' - svl/source
Jan Holesovsky
kendy at kemper.freedesktop.org
Thu Apr 21 11:59:08 PDT 2011
svl/source/numbers/zforscan.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 12661f9b0ecea5bf1fc1965dccc931714e442ef1
Author: Jan Holesovsky <kendy at suse.cz>
Date: Thu Apr 21 20:57:24 2011 +0200
Fix typo; NF_KEY_FALSE should be "FALSE".
diff --git a/svl/source/numbers/zforscan.cxx b/svl/source/numbers/zforscan.cxx
index 628d964..e531fdb 100644
--- a/svl/source/numbers/zforscan.cxx
+++ b/svl/source/numbers/zforscan.cxx
@@ -153,7 +153,7 @@ void ImpSvNumberformatScan::InitSpecialKeyword( NfKeywordIndex eIdx ) const
if ( !sKeyword[NF_KEY_FALSE].Len() )
{
DBG_ERRORFILE( "InitSpecialKeyword: FALSE_WORD?" );
- ((ImpSvNumberformatScan*)this)->sKeyword[NF_KEY_FALSE].AssignAscii( RTL_CONSTASCII_STRINGPARAM( "TRUE" ) );
+ ((ImpSvNumberformatScan*)this)->sKeyword[NF_KEY_FALSE].AssignAscii( RTL_CONSTASCII_STRINGPARAM( "FALSE" ) );
}
break;
default:
More information about the Libreoffice-commits
mailing list