summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpnumericfmt.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-13 06:49:58 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-13 06:49:58 -0500
commit8021c2f31277989f87ca8224234358760bb3c865 (patch)
tree9675645b64b705b590bf1f68556414bd6caecda9 /lotuswordpro/source/filter/lwpnumericfmt.cxx
parent84660a54284fe27d294daa11490edbaa81b32376 (diff)
convert tools type in lotuswordpro
Diffstat (limited to 'lotuswordpro/source/filter/lwpnumericfmt.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpnumericfmt.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpnumericfmt.cxx b/lotuswordpro/source/filter/lwpnumericfmt.cxx
index df7a5a5c4fa2..4a4964920632 100644
--- a/lotuswordpro/source/filter/lwpnumericfmt.cxx
+++ b/lotuswordpro/source/filter/lwpnumericfmt.cxx
@@ -215,7 +215,7 @@ void LwpNumericFormat::Read()
* @return sal_Bool.
*/
sal_Bool
-LwpNumericFormat::IsCurrencyFormat(USHORT Format)
+LwpNumericFormat::IsCurrencyFormat(sal_uInt16 Format)
{
switch (Format)
{
@@ -277,7 +277,7 @@ LwpNumericFormat::IsCurrencyFormat(USHORT Format)
* @param
* @return.
*/
-USHORT
+sal_uInt16
LwpNumericFormat::GetDecimalPlaces(void)
{
if (IsDecimalPlacesOverridden())
@@ -503,8 +503,8 @@ OUString LwpNumericFormat::reencode(OUString sCode)
* @param
* @return
*/
-USHORT
-LwpNumericFormat::GetDefaultDecimalPlaces(USHORT Format)
+sal_uInt16
+LwpNumericFormat::GetDefaultDecimalPlaces(sal_uInt16 Format)
{
switch (Format)
{