Kaydet (Commit) 0416742a authored tarafından Eike Rathke's avatar Eike Rathke

adapted the ifdef'ed portion as well

Change-Id: I95ef44f12ad478677e761edb19528829d33363c9
üst 0a2cd63a
...@@ -283,7 +283,7 @@ sal_uInt8 SvNumberNatNum::MapNatNumToDBNum( sal_uInt8 nNatNum, LanguageType eLan ...@@ -283,7 +283,7 @@ sal_uInt8 SvNumberNatNum::MapNatNumToDBNum( sal_uInt8 nNatNum, LanguageType eLan
eLang &= 0x03FF; // 10 bit primary language eLang &= 0x03FF; // 10 bit primary language
if ( bDate ) if ( bDate )
{ {
if ( nNatNum == 9 && eLang == LANGUAGE_KOREAN ) if ( nNatNum == 9 && eLang == (LANGUAGE_KOREAN & 0x03FF) )
{ {
nDBNum = 4; nDBNum = 4;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment