diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-09 15:47:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-10 12:56:14 +0100 |
commit | 32823280efffc02a250fc8d4749b8eb0f491ae77 (patch) | |
tree | d53b384498f6ba4c40b3449205eda96d45fc7c1e /basegfx | |
parent | 617fb9eed92711639e4e632132a649f23ac2f3eb (diff) |
loplugin:unusedmethods
Change-Id: I543b0943f0bc918d59debc8ee051f88c29d18454
Reviewed-on: https://gerrit.libreoffice.org/44553
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/inc/stringconversiontools.hxx | 8 |
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, |