diff options
-rw-r--r-- | sc/source/core/tool/zforauto.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/tool/zforauto.cxx b/sc/source/core/tool/zforauto.cxx index e428cab8413d..22412ef570e9 100644 --- a/sc/source/core/tool/zforauto.cxx +++ b/sc/source/core/tool/zforauto.cxx @@ -28,7 +28,7 @@ ScNumFormatAbbrev::ScNumFormatAbbrev() : sFormatstring ( "Standard" ), eLnge (LANGUAGE_SYSTEM), - eSysLnge (LANGUAGE_GERMAN) // sonst passt "Standard" nicht + eSysLnge (LANGUAGE_GERMAN) // otherwise "Standard" does not fit { } @@ -76,7 +76,7 @@ void ScNumFormatAbbrev::PutFormatIndex(sal_uInt32 nFormat, { OSL_FAIL("SCNumFormatAbbrev:: unknown number format"); eLnge = LANGUAGE_SYSTEM; - eSysLnge = LANGUAGE_GERMAN; // sonst passt "Standard" nicht + eSysLnge = LANGUAGE_GERMAN; // otherwise "Standard" does not fit sFormatstring = "Standard"; } } |