summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-05-28 08:57:30 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-05-28 08:57:30 +0200
commitdd508f5004b7a26b085e6f6f51c8f4b4bc16c75c (patch)
tree9f0a4a8c943d5d486da4a33a4de60593bb535224 /sc/inc/column.hxx
parent26e3759b7ccaf51aaeab955bbddb6a80c934be5d (diff)
parentd425ae8cf3bc880d6902e5b10081b1516ec425f1 (diff)
CWS-TOOLING: integrate CWS koheiautodecimal
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 7027b55259d0..c39d0deca0b7 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -397,8 +397,8 @@ public:
void CompileColRowNameFormula();
sal_Int32 GetMaxStringLen( SCROW nRowStart, SCROW nRowEnd, CharSet eCharSet ) const;
- xub_StrLen GetMaxNumberStringLen( USHORT& nPrecision,
- SCROW nRowStart, SCROW nRowEnd ) const;
+ xub_StrLen GetMaxNumberStringLen( sal_uInt16& nPrecision,
+ SCROW nRowStart, SCROW nRowEnd ) const;
private:
ScBaseCell* CloneCell(SCSIZE nIndex, USHORT nFlags, ScDocument& rDestDoc, const ScAddress& rDestPos);