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: ...@@ -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 );
......
...@@ -87,11 +87,6 @@ OUString AttributeConversion::decodeXString( const OUString& rValue ) ...@@ -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();
......
...@@ -253,7 +253,6 @@ formula::SingleVectorRefToken::GetRequestedArrayLength() const ...@@ -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
......
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