diff options
author | Noel Grandin <noel@peralex.com> | 2012-04-25 11:55:03 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-04-25 12:35:32 +0200 |
commit | 7cd899bc6cdf885837f77e7250c21a0995a75aab (patch) | |
tree | b9fe262b081060e7d233e0c51619783a67861d87 /sw/inc/tblsel.hxx | |
parent | 40bd5dab1d8c35a722f4ce2337e6ae1fae3cddc1 (diff) |
Remove data structures there dead i.e. not doing any actual work
Diffstat (limited to 'sw/inc/tblsel.hxx')
-rw-r--r-- | sw/inc/tblsel.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sw/inc/tblsel.hxx b/sw/inc/tblsel.hxx index e177d1a5a6ab..6621d556d59f 100644 --- a/sw/inc/tblsel.hxx +++ b/sw/inc/tblsel.hxx @@ -130,11 +130,7 @@ sal_Bool GetAutoSumSel( const SwCrsrShell&, SwCellFrms& ); sal_Bool HasProtectedCells( const SwSelBoxes& rBoxes ); // Check if selection is balanced. -class SwChartBoxes : public std::vector<SwTableBoxPtr> {}; -class SwChartLines : public boost::ptr_vector<SwChartBoxes> {}; - -sal_Bool ChkChartSel( const SwNode& rSttNd, const SwNode& rEndNd, - SwChartLines* pGetCLines = 0 ); +sal_Bool ChkChartSel( const SwNode& rSttNd, const SwNode& rEndNd); // Check if cell is part of SSelection. // (Became a function, in order to make sure that GetTblSel() and MakeTblCrsr() |