diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-03 08:55:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-03 08:59:03 +0200 |
commit | f27e5ecfba4b688af6bcdd9933735f85c59b7401 (patch) | |
tree | 028ba6a48b7adb82a18a34e408593f59d6134f47 | |
parent | a3171e82b5d2b9cf81aaf33f8270d15c538d39cb (diff) |
remove unused code oox::AttributeConversion::decodeDouble
Change-Id: I057ebcf125e068653570dabb59a8b7f4494e96db
-rw-r--r-- | include/oox/helper/attributelist.hxx | 3 | ||||
-rw-r--r-- | oox/source/helper/attributelist.cxx | 5 | ||||
-rw-r--r-- | unusedcode.easy | 1 |
3 files changed, 0 insertions, 9 deletions
diff --git a/include/oox/helper/attributelist.hxx b/include/oox/helper/attributelist.hxx index e95d82404159..90059fb3700e 100644 --- a/include/oox/helper/attributelist.hxx +++ b/include/oox/helper/attributelist.hxx @@ -48,9 +48,6 @@ public: '_xHHHH_' (H being a hexadecimal digit), will be decoded. */ static OUString decodeXString( const OUString& rValue ); - /** Returns the double value from the passed string. */ - static double decodeDouble( const OUString& rValue ); - /** Returns the 32-bit signed integer value from the passed string (decimal). */ static sal_Int32 decodeInteger( const OUString& rValue ); 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(); diff --git a/unusedcode.easy b/unusedcode.easy index 379012215a29..038e0228004e 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -253,7 +253,6 @@ formula::SingleVectorRefToken::GetRequestedArrayLength() const formula::SingleVectorRefToken::SingleVectorRefToken(double const*, unsigned long, unsigned long) oglcanvas::CanvasHelper::flush() const oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const -oox::AttributeConversion::decodeDouble(rtl::OUString const&) oox::xls::BiffDrawingObjectBase::BiffDrawingObjectBase(oox::xls::WorksheetHelper const&) registry::tools::Options::Options(char const*) registry::tools::Options::badOption(char const*, char const*) const |