From 7e70c9ddb6b88e4d0e3e3dda9d3eec9abce12911 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 28 Feb 2011 11:07:24 -0500 Subject: Disable this temporarily due to the objection from Thai users. --- svl/source/numbers/zformat.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx index 1d65a0a4be6f..e44af299038a 100644 --- a/svl/source/numbers/zformat.cxx +++ b/svl/source/numbers/zformat.cxx @@ -1114,6 +1114,8 @@ sal_Unicode toUniChar(sal_uInt8 n) OUString SvNumberformat::LocaleType::generateCode() const { OUStringBuffer aBuf; +#if 0 + // TODO: We may re-enable this later. Don't remove it! --Kohei if (mnNumeralShape) { sal_uInt8 nVal = mnNumeralShape; @@ -1135,6 +1137,7 @@ OUString SvNumberformat::LocaleType::generateCode() const nVal = nVal << 4; } } +#endif sal_uInt16 n16 = static_cast(meLanguage); for (sal_uInt8 i = 0; i < 4; ++i) -- cgit