summaryrefslogtreecommitdiff
path: root/sw/inc/calc.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-01-07 15:46:57 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-01-07 21:04:35 +0100
commitc257db1401e2b356306aa38e528c37ccb1073cea (patch)
tree7b2d7e256b5872f55782eff2072f691cc158eb79 /sw/inc/calc.hxx
parent4931c9521d739e813a3cdea04e23e79cbff802cb (diff)
sal_uInt16 to more proper types
Change-Id: I5e4d1edd78b4c39c4624f72de0541b46ed4ec9b2
Diffstat (limited to 'sw/inc/calc.hxx')
-rw-r--r--sw/inc/calc.hxx2
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; }