summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.hxx
diff options
context:
space:
mode:
authorAdam Co <rattles2013@gmail.com>2013-12-08 17:14:14 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-12-16 11:50:59 +0100
commite52f14efaa53b496599b51fb064a933183731fca (patch)
tree9895576d357ae411c9455b8098a5362f9b602bc3 /sw/source/filter/ww8/docxattributeoutput.hxx
parent0351b59aea2b87c2685c0963a57145bdc75a7a86 (diff)
Export redline 'paragraph formatting changes' back to DOCX
This patch adds support for the export of any redline of type 'paragraph formatting changes' properties that were imported from a DOCX file under the 'pPrChange'->'pPr' XML node. Reviewed on: https://gerrit.libreoffice.org/6993 Change-Id: Ieea5bbb219f444e382f22948944e038bb661ec7c
Diffstat (limited to 'sw/source/filter/ww8/docxattributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx
index 18fd11e5fb11..1fb24a289508 100644
--- a/sw/source/filter/ww8/docxattributeoutput.hxx
+++ b/sw/source/filter/ww8/docxattributeoutput.hxx
@@ -141,7 +141,7 @@ public:
virtual void StartParagraphProperties();
/// Called after we end outputting the attributes.
- virtual void EndParagraphProperties();
+ virtual void EndParagraphProperties( const SwRedlineData* pRedlineData );
/// Start of the text run.
virtual void StartRun( const SwRedlineData* pRedlineData, bool bSingleEmptyRun = false );