diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-29 20:50:00 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-30 00:17:29 +0200 |
commit | d5ef8830255a8bdb1ff383f262c3028c398f63ee (patch) | |
tree | 6701dc239071cf40082629fb2be680bb79a8b0e4 | |
parent | 6b18d7d28efb0285f01e36f5b0cb2cddb1c68488 (diff) |
remove unused variables
Change-Id: I78e778408abb72772771daf5776a26f08c313ee2
-rw-r--r-- | include/oox/export/chartexport.hxx | 11 |
1 files changed, 1 insertions, 10 deletions
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(); |