summaryrefslogtreecommitdiff
path: root/sw/inc/swtable.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-04-25 11:55:01 +0200
committerMichael Stahl <mstahl@redhat.com>2012-04-25 12:35:32 +0200
commitd93db90e19923b524d4c6f9cdfe0544f1dc46d22 (patch)
tree4cdfad75c392d2adbce1e4685a8b7093bd4b0375 /sw/inc/swtable.hxx
parent07f4021c9a22f5acc91d362b796ee6f16b6fe3aa (diff)
Convert SV_DECL_PTRARR_DEL(SwChartLines) to boost::ptr_vector
Had to use a class for the typedef declaration because the data structure is referenced in other header files.
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r--sw/inc/swtable.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index 6473986640d2..24fb1990b99f 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -53,6 +53,7 @@ class SwTabCols;
class SwDoc;
class SwSelBoxes;
class SwTblCalcPara;
+class SwChartBoxes;
class SwChartLines;
struct SwPosition;
class SwNodeIndex;