diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/tblsel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/tblsel.hxx b/sw/inc/tblsel.hxx index 25d5d8e87b87..e177d1a5a6ab 100644 --- a/sw/inc/tblsel.hxx +++ b/sw/inc/tblsel.hxx @@ -130,7 +130,7 @@ sal_Bool GetAutoSumSel( const SwCrsrShell&, SwCellFrms& ); sal_Bool HasProtectedCells( const SwSelBoxes& rBoxes ); // Check if selection is balanced. -SV_DECL_PTRARR( SwChartBoxes, SwTableBoxPtr, 16) +class SwChartBoxes : public std::vector<SwTableBoxPtr> {}; class SwChartLines : public boost::ptr_vector<SwChartBoxes> {}; sal_Bool ChkChartSel( const SwNode& rSttNd, const SwNode& rEndNd, |