summaryrefslogtreecommitdiff
path: root/sw/inc/calc.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-22 20:51:25 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-25 13:12:12 +0000
commit8b0864c4b9a3392dea34658ac0368f9a1e4f66ed (patch)
tree3e3647b244e88260ff0f18c277f3ceef0be696d9 /sw/inc/calc.hxx
parentdccdb71d21f2a3c2b483b77a18fec79f3d7f5d39 (diff)
String to OUString
Change-Id: Ice893d6ae25791d9a825cd95f60d1edb5e7e33d7 Reviewed-on: https://gerrit.libreoffice.org/5609 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
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 4e2a665a3099..1411f43d731a 100644
--- a/sw/inc/calc.hxx
+++ b/sw/inc/calc.hxx
@@ -226,8 +226,8 @@ public:
static bool Str2Double( const String& rStr, xub_StrLen& rPos,
double& rVal, SwDoc *const pDoc );
- SW_DLLPUBLIC static sal_Bool IsValidVarName( const String& rStr,
- String* pValidName = 0 );
+ SW_DLLPUBLIC static sal_Bool IsValidVarName( const OUString& rStr,
+ OUString* pValidName = 0 );
};
#endif