diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-05 17:14:18 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-05 17:49:29 +0100 |
commit | dd40936c9ccb76c17eac038eda4aa142ed13b129 (patch) | |
tree | daf690aabdea5dacf6f342293f9da11b58d3cf88 /sw/inc | |
parent | 71bed3b736957d09a5379725ce5c97f5166ea30d (diff) |
Factor out SwFrmFmt::dumpAsXml() from SwFrmFmts::dumpAsXml()
Change-Id: I494e6cd44087924d4b1f4fb9fcc599040d64390c
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/frmfmt.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx index e73f6bd22cf3..e4c6e58b61ad 100644 --- a/sw/inc/frmfmt.hxx +++ b/sw/inc/frmfmt.hxx @@ -142,6 +142,8 @@ public: //UUUU Access to DrawingLayer FillAttributes in a preprocessed form for primitive usage virtual drawinglayer::attribute::SdrAllFillAttributesHelperPtr getSdrAllFillAttributesHelper() const SAL_OVERRIDE; virtual bool supportsFullDrawingLayerFillAttributeSet() const SAL_OVERRIDE; + + void dumpAsXml(struct _xmlTextWriter* pWriter) const; }; // The FlyFrame-Format |