diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-05 16:38:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-07 09:16:23 +0100 |
commit | bb84effbc0e4fe1b718ff8aa101c3811b0c568e4 (patch) | |
tree | b22676ab20f19e6fa065dcfbefae4bbdba56d711 /sw/inc/calc.hxx | |
parent | 8bf74a9e51272ea7808286160e27c8642a8bf2b8 (diff) |
more fix higher debug level build
Change-Id: Ifc76287f330818d87f52af9186caf787471a94a9
Diffstat (limited to 'sw/inc/calc.hxx')
-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 51dbb32fd7de..417d1b94cbfe 100644 --- a/sw/inc/calc.hxx +++ b/sw/inc/calc.hxx @@ -174,7 +174,7 @@ class SwCalc SwSbxValue nLastLeft; SwSbxValue nNumberValue; SwCalcExp aErrExpr; - xub_StrLen nCommandPos; + sal_Int32 nCommandPos; SwDoc& rDoc; SvtSysLocale m_aSysLocale; |