Kaydet (Commit) f27e5ecf authored tarafından Noel Grandin's avatar Noel Grandin

remove unused code oox::AttributeConversion::decodeDouble

Change-Id: I057ebcf125e068653570dabb59a8b7f4494e96db
üst a3171e82
......@@ -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 );
......
......@@ -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();
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment