summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/VSeriesPlotter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/inc/VSeriesPlotter.hxx')
-rw-r--r--chart2/source/view/inc/VSeriesPlotter.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/view/inc/VSeriesPlotter.hxx b/chart2/source/view/inc/VSeriesPlotter.hxx
index 6d9845bbc1b8..aa87abb4f2c9 100644
--- a/chart2/source/view/inc/VSeriesPlotter.hxx
+++ b/chart2/source/view/inc/VSeriesPlotter.hxx
@@ -61,8 +61,7 @@ public:
private:
typedef std::pair< sal_Int32, sal_Int32 > tFullAxisIndex;
- typedef std::map< tFullAxisIndex, sal_Int32 > tNumberFormatMap;
- tNumberFormatMap m_aNumberFormatMap;
+ std::map< tFullAxisIndex, sal_Int32 > m_aNumberFormatMap;
};
/**