From dd40936c9ccb76c17eac038eda4aa142ed13b129 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 5 Dec 2014 17:14:18 +0100 Subject: Factor out SwFrmFmt::dumpAsXml() from SwFrmFmts::dumpAsXml() Change-Id: I494e6cd44087924d4b1f4fb9fcc599040d64390c --- sw/inc/frmfmt.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/inc') 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 -- cgit