From 88840a796efc087e5699d8e8a53587f1cedbe73c Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 11 Aug 2012 10:25:54 +0200 Subject: Remove unused local vars Change-Id: I80bd0329e15cb365091ea6f5c7e1ef3559d681fc --- chart2/source/view/axes/VCartesianAxis.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'chart2') diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx index 122c77884927..a0f751c19d90 100644 --- a/chart2/source/view/axes/VCartesianAxis.cxx +++ b/chart2/source/view/axes/VCartesianAxis.cxx @@ -617,7 +617,6 @@ bool VCartesianAxis::createTextShapes( } } - std::vector< ComplexCategoryPlacement > aComplexCategoryPlacements; uno::Sequence< rtl::OUString >* pCategories = 0; if( m_bUseTextLabels && !m_aAxisProperties.m_bComplexCategories ) pCategories = &m_aTextLabels; -- cgit