summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/tabfrm.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-07 12:23:51 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-07 12:26:49 +0200
commitcc3d0d182cafef9649e45f4657233ac2221fdd0a (patch)
tree05ed0cf14f1303d66a40e97cf16289bbceb4ad0a /sw/source/core/inc/tabfrm.hxx
parenteb1feda7ee6f3ccce9a056ee3740ea571d4422c5 (diff)
sw: fixed layout crasher when closing document from fdo#34489
Diffstat (limited to 'sw/source/core/inc/tabfrm.hxx')
-rw-r--r--sw/source/core/inc/tabfrm.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/core/inc/tabfrm.hxx b/sw/source/core/inc/tabfrm.hxx
index 3527e2f6deff..40e0df831408 100644
--- a/sw/source/core/inc/tabfrm.hxx
+++ b/sw/source/core/inc/tabfrm.hxx
@@ -216,6 +216,8 @@ public:
sal_uInt16 GetBottomLineSize() const;
// <-- collapsing
+ virtual void dumpAsXmlAttributes(xmlTextWriterPtr writer);
+
DECL_FIXEDMEMPOOL_NEWDEL(SwTabFrm)
};