summaryrefslogtreecommitdiff
path: root/svl/source
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-02-28 11:07:24 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-02-28 11:07:24 -0500
commit7e70c9ddb6b88e4d0e3e3dda9d3eec9abce12911 (patch)
treea5739941eb6d4e0729226fa1ace50a2a9ff6117b /svl/source
parent7be96b6e4a2781bdef223ee2a897d98b46c48792 (diff)
Disable this temporarily due to the objection from Thai users.
Diffstat (limited to 'svl/source')
-rw-r--r--svl/source/numbers/zformat.cxx3
1 files changed, 3 insertions, 0 deletions
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<sal_uInt16>(meLanguage);
for (sal_uInt8 i = 0; i < 4; ++i)