remove unused code oox::AttributeConversion::decodeDouble

Change-Id: I057ebcf125e068653570dabb59a8b7f4494e96db
This commit is contained in:
Noel Grandin 2014-03-03 08:55:48 +02:00
parent a3171e82b5
commit f27e5ecfba
3 changed files with 0 additions and 9 deletions

View File

@ -48,9 +48,6 @@ public:
'_xHHHH_' (H being a hexadecimal digit), will be decoded. */ '_xHHHH_' (H being a hexadecimal digit), will be decoded. */
static OUString decodeXString( const OUString& rValue ); 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). */ /** Returns the 32-bit signed integer value from the passed string (decimal). */
static sal_Int32 decodeInteger( const OUString& rValue ); static sal_Int32 decodeInteger( const OUString& rValue );

View File

@ -87,11 +87,6 @@ OUString AttributeConversion::decodeXString( const OUString& rValue )
return aBuffer.makeStringAndClear(); return aBuffer.makeStringAndClear();
} }
double AttributeConversion::decodeDouble( const OUString& rValue )
{
return rValue.toDouble();
}
sal_Int32 AttributeConversion::decodeInteger( const OUString& rValue ) sal_Int32 AttributeConversion::decodeInteger( const OUString& rValue )
{ {
return rValue.toInt32(); return rValue.toInt32();

View File

@ -253,7 +253,6 @@ formula::SingleVectorRefToken::GetRequestedArrayLength() const
formula::SingleVectorRefToken::SingleVectorRefToken(double const*, unsigned long, unsigned long) formula::SingleVectorRefToken::SingleVectorRefToken(double const*, unsigned long, unsigned long)
oglcanvas::CanvasHelper::flush() const 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 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&) oox::xls::BiffDrawingObjectBase::BiffDrawingObjectBase(oox::xls::WorksheetHelper const&)
registry::tools::Options::Options(char const*) registry::tools::Options::Options(char const*)
registry::tools::Options::badOption(char const*, char const*) const registry::tools::Options::badOption(char const*, char const*) const