summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-14 22:06:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-14 22:06:29 +0100
commita22ac2c218870033822120bf0b0d6cfde6ce799f (patch)
tree10d6bd7d7191bb93134a071198b6740a8c56cc1a /xmloff
parent7f69bfe2d7b7082b430136815d1aca1fb158868c (diff)
callcatcher: remove unused methods
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/xexptran.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmloff/source/draw/xexptran.cxx b/xmloff/source/draw/xexptran.cxx
index 4d4a81668b70..d0c7bc393214 100644
--- a/xmloff/source/draw/xexptran.cxx
+++ b/xmloff/source/draw/xexptran.cxx
@@ -147,14 +147,6 @@ void Imp_SkipNumberAndSpacesAndCommas(const OUString& rStr, sal_Int32& rPos,
Imp_SkipSpacesAndCommas(rStr, rPos, nLen);
}
-// #100617# Allow to skip doubles, too.
-void Imp_SkipDoubleAndSpacesAndCommas(const OUString& rStr, sal_Int32& rPos,
- const sal_Int32 nLen)
-{
- Imp_SkipDouble(rStr, rPos, nLen);
- Imp_SkipSpacesAndCommas(rStr, rPos, nLen);
-}
-
void Imp_PutNumberChar(OUString& rStr, sal_Int32 nValue)
{
OUStringBuffer sStringBuffer;