diff options
Diffstat (limited to 'svx/source/table/tablertfimporter.cxx')
-rw-r--r-- | svx/source/table/tablertfimporter.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/svx/source/table/tablertfimporter.cxx b/svx/source/table/tablertfimporter.cxx index 6f5655f26583..3740bc756bad 100644 --- a/svx/source/table/tablertfimporter.cxx +++ b/svx/source/table/tablertfimporter.cxx @@ -75,8 +75,6 @@ typedef std::vector< RTFCellInfoPtr > RTFColumnVector; typedef boost::shared_ptr< RTFColumnVector > RTFColumnVectorPtr; -typedef std::vector< RTFColumnVectorPtr > RTFRowVector; - class SdrTableRTFParser { public: @@ -115,8 +113,7 @@ private: sal_Int32 mnColMax; std::vector< sal_Int32 > maColumnEdges; - - RTFRowVector maRows; + std::vector< RTFColumnVectorPtr > maRows; RTFCellDefault* mpInsDefault; RTFCellDefault* mpActDefault; |