summaryrefslogtreecommitdiff
path: root/sw/inc/calc.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-02 13:34:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-02 16:03:54 +0100
commitc1198cf209aa343575d0ebccde1053ac2909e67a (patch)
treeffaf4dc56790c3d4344a2c69fb4bcaf35587b8d1 /sw/inc/calc.hxx
parentc6a8abf3687caf66259792fbfe5b0b9b69d0e345 (diff)
remove yet another StringHash impl
Change-Id: I1f7894a4a08b193b48dceb40bf0a451d4a3b3d6d
Diffstat (limited to 'sw/inc/calc.hxx')
-rw-r--r--sw/inc/calc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx
index 4051e657b899..4227f8fdbade 100644
--- a/sw/inc/calc.hxx
+++ b/sw/inc/calc.hxx
@@ -221,10 +221,10 @@ public:
void SetCalcError( SwCalcError eErr ) { eError = eErr; }
sal_Bool IsCalcError() const { return 0 != eError; }
- static bool Str2Double( const String& rStr, xub_StrLen& rPos,
+ static bool Str2Double( const OUString& rStr, sal_Int32& rPos,
double& rVal,
LocaleDataWrapper const*const pData = 0 );
- static bool Str2Double( const String& rStr, xub_StrLen& rPos,
+ static bool Str2Double( const OUString& rStr, sal_Int32& rPos,
double& rVal, SwDoc *const pDoc );
SW_DLLPUBLIC static sal_Bool IsValidVarName( const OUString& rStr,