summaryrefslogtreecommitdiff
path: root/sw/inc/swtable.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-04-25 11:55:03 +0200
committerMichael Stahl <mstahl@redhat.com>2012-04-25 12:35:32 +0200
commit7cd899bc6cdf885837f77e7250c21a0995a75aab (patch)
treeb9fe262b081060e7d233e0c51619783a67861d87 /sw/inc/swtable.hxx
parent40bd5dab1d8c35a722f4ce2337e6ae1fae3cddc1 (diff)
Remove data structures there dead i.e. not doing any actual work
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r--sw/inc/swtable.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index 24fb1990b99f..f6de56e9d5c8 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -53,8 +53,6 @@ class SwTabCols;
class SwDoc;
class SwSelBoxes;
class SwTblCalcPara;
-class SwChartBoxes;
-class SwChartLines;
struct SwPosition;
class SwNodeIndex;
class SwNode;
@@ -285,8 +283,7 @@ public:
sal_Bool IsTblComplex() const;
// Returns sal_True if table or selection is balanced.
- sal_Bool IsTblComplexForChart( const String& rSel,
- SwChartLines* pGetCLines = 0 ) const;
+ sal_Bool IsTblComplexForChart( const String& rSel ) const;
// Search all content-bearing boxes of the base line on which this box stands.
// rBoxes as a return value for immediate use.