From d5ef8830255a8bdb1ff383f262c3028c398f63ee Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 29 Apr 2013 20:50:00 +0200 Subject: remove unused variables Change-Id: I78e778408abb72772771daf5776a26f08c313ee2 --- include/oox/export/chartexport.hxx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'include/oox') diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index 774ebb9d9cda..214c08f21933 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -88,10 +88,6 @@ private: com::sun::star::uno::Reference< com::sun::star::chart::XDiagram > mxDiagram; com::sun::star::uno::Reference< com::sun::star::chart2::XDiagram > mxNewDiagram; - OUString msTableName; - OUStringBuffer msStringBuffer; - OUString msString; - // members filled by InitRangeSegmentationProperties (retrieved from DataProvider) sal_Bool mbHasSeriesLabels; sal_Bool mbHasCategoryLabels; //if the categories are only automatically generated this will be false @@ -104,17 +100,12 @@ private: ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataSequence > mxCategoriesValues; AxisVector maAxes; - sal_Bool mbHasXAxis; - sal_Bool mbHasYAxis; sal_Bool mbHasZAxis; - sal_Bool mbHasSecondaryXAxis; - sal_Bool mbHasSecondaryYAxis; sal_Bool mbIs3DChart; private: - sal_Int32 getChartType( - ); + sal_Int32 getChartType(); OUString parseFormula( const OUString& rRange ); void InitPlotArea(); -- cgit