summaryrefslogtreecommitdiffstats
path: root/sw/inc/anchoreddrawobject.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-13 15:54:06 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-13 15:55:38 +0200
commit0772e9af0ea6cc082acaf4745dafb3d2fbff4e96 (patch)
tree01f0d7e96690e865d04b730901c31272b58f23cd /sw/inc/anchoreddrawobject.hxx
parentfixed typos in comments (diff)
downloadcore-0772e9af0ea6cc082acaf4745dafb3d2fbff4e96.tar.gz
core-0772e9af0ea6cc082acaf4745dafb3d2fbff4e96.zip
layout dumper: dump anchored objects too
Diffstat (limited to 'sw/inc/anchoreddrawobject.hxx')
-rw-r--r--sw/inc/anchoreddrawobject.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/anchoreddrawobject.hxx b/sw/inc/anchoreddrawobject.hxx
index ae3a3b1592e3..85e3911c8c9b 100644
--- a/sw/inc/anchoreddrawobject.hxx
+++ b/sw/inc/anchoreddrawobject.hxx
@@ -193,6 +193,10 @@ class SW_DLLPUBLIC SwAnchoredDrawObject : public SwAnchoredObject
// new Loop control
void ValidateThis() { mbValidPos = true; }
+
+ /** The element name to show in the XML dump.
+ */
+ virtual const char* getElementName( ) { return "SwAnchoredDrawObject"; }
};
#endif