summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-10-08 17:12:18 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-10-09 16:34:14 -0400
commit877b66a00b1d6fe4f8ed2fc61774a240e653b49e (patch)
treeb2278eef0bfd5875b4265f7949a1fc2650030591 /chart2
parentf602c74facc4c01daa068431dd1b0e973ac9047f (diff)
xInverseScaling is set but not used. Remove it.
Change-Id: I1d185df4b14e152f4da9dfdbc2e71504c2cb1f3b
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/axes/VCartesianAxis.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx
index 6867ab1069be..48d5e8955390 100644
--- a/chart2/source/view/axes/VCartesianAxis.cxx
+++ b/chart2/source/view/axes/VCartesianAxis.cxx
@@ -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 );