remove unused code oox::AttributeConversion::decodeDouble
Change-Id: I057ebcf125e068653570dabb59a8b7f4494e96db
This commit is contained in:
parent
a3171e82b5
commit
f27e5ecfba
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user