[Libreoffice-commits] core.git: chart2/source

Stephan Bergmann sbergman at redhat.com
Mon Apr 14 01:38:04 PDT 2014


 chart2/source/view/axes/VCartesianAxis.cxx |   14 --------------
 1 file changed, 14 deletions(-)

New commits:
commit e052009df1c01958aa1371e0cb0c8da75f0881ba
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Apr 14 10:36:54 2014 +0200

    Remove unused code
    
    Change-Id: I9d407fcdbee66b44504c5d092d32113114e2ac46

diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx
index c7badd1..1f1b1e3 100644
--- a/chart2/source/view/axes/VCartesianAxis.cxx
+++ b/chart2/source/view/axes/VCartesianAxis.cxx
@@ -211,9 +211,6 @@ public:
     virtual TickInfo*   firstInfo() SAL_OVERRIDE;
     virtual TickInfo*   nextInfo() SAL_OVERRIDE;
 
-private: //methods
-    LabelIterator();
-
 private: //member
     PureTickIter m_aPureTickIter;
     const AxisLabelStaggering   m_eAxisLabelStaggering;
@@ -467,17 +464,6 @@ bool VCartesianAxis::isAutoStaggeringOfLabelsAllowed( const AxisLabelProperties&
     return false;
 }
 
-struct ComplexCategoryPlacement
-{
-    OUString Text;
-    sal_Int32 Count;
-    double TickValue;
-
-    ComplexCategoryPlacement( const OUString& rText, sal_Int32 nCount, double fTickValue )
-        : Text(rText), Count(nCount), TickValue(fTickValue)
-    {}
-};
-
 void VCartesianAxis::createAllTickInfosFromComplexCategories( ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos, bool bShiftedPosition )
 {
     //no minor tickmarks will be generated!


More information about the Libreoffice-commits mailing list