Kaydet (Commit) 468ab8a4 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

make this typedef private

Change-Id: Ibcf8c0ad785ea38e43e08ec520fb093e3cfd3cbf
üst 002a0d91
...@@ -69,7 +69,6 @@ public: ...@@ -69,7 +69,6 @@ public:
sal_Int32 getRowCount() const; sal_Int32 getRowCount() const;
sal_Int32 getColumnCount() 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 typedef ::std::vector< ::std::vector< ::com::sun::star::uno::Any > > tVecVecAny; //inner index is hierarchical level
void setComplexRowLabels( const tVecVecAny& rNewRowLabels ); void setComplexRowLabels( const tVecVecAny& rNewRowLabels );
...@@ -93,6 +92,7 @@ private: ...@@ -93,6 +92,7 @@ private:
sal_Int32 m_nColumnCount; sal_Int32 m_nColumnCount;
sal_Int32 m_nRowCount; sal_Int32 m_nRowCount;
typedef ::std::valarray< double > tDataType;
tDataType m_aData; tDataType m_aData;
tVecVecAny m_aRowLabels;//outer index is row index, inner index is category level tVecVecAny m_aRowLabels;//outer index is row index, inner index is category level
tVecVecAny m_aColumnLabels;//outer index is column index tVecVecAny m_aColumnLabels;//outer index is column index
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment