Kaydet (Commit) 877b66a0 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

xInverseScaling is set but not used. Remove it.

Change-Id: I1d185df4b14e152f4da9dfdbc2e71504c2cb1f3b
üst f602c74f
......@@ -608,10 +608,6 @@ bool VCartesianAxis::createTextShapes(
, TickFactory2D* pTickFactory
, sal_Int32 nScreenDistanceBetweenTicks )
{
uno::Reference<chart2::XScaling> xInverseScaling(NULL);
if( m_aScale.Scaling.is() )
xInverseScaling = m_aScale.Scaling->getInverseScaling();
FixedNumberFormatter aFixedNumberFormatter(
m_xNumberFormatsSupplier, rAxisLabelProperties.nNumberFormatKey );
......
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