summaryrefslogtreecommitdiff
path: root/sc/inc/stringutil.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/stringutil.hxx')
-rw-r--r--sc/inc/stringutil.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/stringutil.hxx b/sc/inc/stringutil.hxx
index 58eda3a63f43..68670b9e6867 100644
--- a/sc/inc/stringutil.hxx
+++ b/sc/inc/stringutil.hxx
@@ -127,7 +127,7 @@ public:
* @return true if the string is a valid number, false otherwise.
*/
static bool parseSimpleNumber(
- const ::rtl::OUString& rStr, sal_Unicode dsep, sal_Unicode gsep, double& rVal);
+ const OUString& rStr, sal_Unicode dsep, sal_Unicode gsep, double& rVal);
static sal_Int32 SC_DLLPUBLIC GetQuotedTokenCount(const OUString &rIn, const OUString& rQuotedPairs, sal_Unicode cTok = ';' );
static OUString SC_DLLPUBLIC GetQuotedToken(const OUString &rIn, sal_Int32 nToken, const OUString& rQuotedPairs,