diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-01-07 15:46:57 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-01-07 21:04:35 +0100 |
commit | c257db1401e2b356306aa38e528c37ccb1073cea (patch) | |
tree | 7b2d7e256b5872f55782eff2072f691cc158eb79 /sw/inc | |
parent | 4931c9521d739e813a3cdea04e23e79cbff802cb (diff) |
sal_uInt16 to more proper types
Change-Id: I5e4d1edd78b4c39c4624f72de0541b46ed4ec9b2
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/calc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx index 007e5371810f..fbb4c6648c14 100644 --- a/sw/inc/calc.hxx +++ b/sw/inc/calc.hxx @@ -193,7 +193,7 @@ public: OUString GetStrResult( double, bool bRound = true ); SwCalcExp* VarInsert( const OUString& r ); - SwCalcExp* VarLook( const OUString &rStr, sal_uInt16 ins = 0 ); + SwCalcExp* VarLook( const OUString &rStr, bool bIns = false ); void VarChange( const OUString& rStr, const SwSbxValue& rValue ); void VarChange( const OUString& rStr, double ); SwHash** GetVarTable() { return VarTable; } |