diff options
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 4227f8fdbade..51dbb32fd7de 100644 --- a/sw/inc/calc.hxx +++ b/sw/inc/calc.hxx @@ -169,7 +169,7 @@ class SwCalc { SwHash* VarTable[ TBLSZ ]; String aVarName, sCurrSym; - String sCommand; + OUString sCommand; std::vector<const SwUserFieldType*> aRekurStk; SwSbxValue nLastLeft; SwSbxValue nNumberValue; |