summaryrefslogtreecommitdiff
path: root/basegfx/source/inc/stringconversiontools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/inc/stringconversiontools.hxx')
-rw-r--r--basegfx/source/inc/stringconversiontools.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/basegfx/source/inc/stringconversiontools.hxx b/basegfx/source/inc/stringconversiontools.hxx
index f2ccb1ac3324..77489cf00260 100644
--- a/basegfx/source/inc/stringconversiontools.hxx
+++ b/basegfx/source/inc/stringconversiontools.hxx
@@ -31,10 +31,6 @@ namespace basegfx
const OUString& rStr,
const sal_Int32 nLen);
- void skipSpacesAndCommas(sal_Int32& io_rPos,
- const OUString& rStr,
- const sal_Int32 nLen);
-
inline bool isOnNumberChar(const sal_Unicode aChar,
bool bSignAllowed)
{
@@ -52,10 +48,6 @@ namespace basegfx
return isOnNumberChar(rStr[nPos], true/*bSignAllowed*/);
}
- bool getDoubleChar(double& o_fRetval,
- sal_Int32& io_rPos,
- const OUString& rStr);
-
bool importDoubleAndSpaces(double& o_fRetval,
sal_Int32& io_rPos,
const OUString& rStr,