summaryrefslogtreecommitdiffstats
path: root/sw/inc/fldbas.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-10 13:44:33 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-10 14:14:27 +0200
commit32c7ba61a9ce620c1c9544ac469ccfd143e60bb9 (patch)
tree6c3d0d1f1d0af9bd61c15aede55ae9f1b49f9391 /sw/inc/fldbas.hxx
parentgbuild: Microsoft Resource Compiler does not do -nologo (diff)
downloadcore-32c7ba61a9ce620c1c9544ac469ccfd143e60bb9.tar.gz
core-32c7ba61a9ce620c1c9544ac469ccfd143e60bb9.zip
fdo#51793: FormatNumber can handle sal_uInt32 values after all...
Change-Id: I9d50bce0278a4aa65873aa816eb991473f556cee
Diffstat (limited to 'sw/inc/fldbas.hxx')
-rw-r--r--sw/inc/fldbas.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx
index 404dcfc66ef0..93c749599074 100644
--- a/sw/inc/fldbas.hxx
+++ b/sw/inc/fldbas.hxx
@@ -230,7 +230,7 @@ extern sal_uInt16 aTypeTab[];
// General tools.
String GetResult(double nVal, sal_uInt32 nNumFmt, sal_uInt16 nLang = LANGUAGE_SYSTEM);
void SetErrorStr(const String& rStr);
-String FormatNumber(sal_uInt16 nNum, sal_uInt32 nFormat);
+String FormatNumber(sal_uInt32 nNum, sal_uInt32 nFormat);
// Instances of SwFields and those derived from it occur 0 to n times.
// For each class there is one instance of the associated type class.