summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-24 17:16:07 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-25 16:14:01 +0100
commit468ab8a4d616ca05d5a23fb4abb66a510ef86311 (patch)
tree0871d7639259b825e38235217edcaa0b6bf4394b /chart2
parent002a0d91e4b0d8214656741192ec3260a8764a73 (diff)
make this typedef private
Change-Id: Ibcf8c0ad785ea38e43e08ec520fb093e3cfd3cbf
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/inc/InternalData.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/InternalData.hxx b/chart2/source/inc/InternalData.hxx
index 07af17d16524..9c6dc98a2547 100644
--- a/chart2/source/inc/InternalData.hxx
+++ b/chart2/source/inc/InternalData.hxx
@@ -69,7 +69,6 @@ public:
sal_Int32 getRowCount() const;
sal_Int32 getColumnCount() const;
- typedef ::std::valarray< double > tDataType;
typedef ::std::vector< ::std::vector< ::com::sun::star::uno::Any > > tVecVecAny; //inner index is hierarchical level
void setComplexRowLabels( const tVecVecAny& rNewRowLabels );
@@ -93,6 +92,7 @@ private:
sal_Int32 m_nColumnCount;
sal_Int32 m_nRowCount;
+ typedef ::std::valarray< double > tDataType;
tDataType m_aData;
tVecVecAny m_aRowLabels;//outer index is row index, inner index is category level
tVecVecAny m_aColumnLabels;//outer index is column index