summaryrefslogtreecommitdiff
path: root/oox/source/helper
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-03 08:55:48 +0200
committerNoel Grandin <noel@peralex.com>2014-03-03 08:59:03 +0200
commitf27e5ecfba4b688af6bcdd9933735f85c59b7401 (patch)
tree028ba6a48b7adb82a18a34e408593f59d6134f47 /oox/source/helper
parenta3171e82b5d2b9cf81aaf33f8270d15c538d39cb (diff)
remove unused code oox::AttributeConversion::decodeDouble
Change-Id: I057ebcf125e068653570dabb59a8b7f4494e96db
Diffstat (limited to 'oox/source/helper')
-rw-r--r--oox/source/helper/attributelist.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/oox/source/helper/attributelist.cxx b/oox/source/helper/attributelist.cxx
index b851ccd75a38..0fa5abdb0d10 100644
--- a/oox/source/helper/attributelist.cxx
+++ b/oox/source/helper/attributelist.cxx
@@ -87,11 +87,6 @@ OUString AttributeConversion::decodeXString( const OUString& rValue )
return aBuffer.makeStringAndClear();
}
-double AttributeConversion::decodeDouble( const OUString& rValue )
-{
- return rValue.toDouble();
-}
-
sal_Int32 AttributeConversion::decodeInteger( const OUString& rValue )
{
return rValue.toInt32();