From 9ae3ad21422da1ed9693bdc9d14a06b15657c11f Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 13 Jan 2014 09:48:48 +0100 Subject: DOCX export: fix nested comments Change-Id: I9e252ab5645de8f88d0d4c6c0023402d86dd2e9e --- sw/source/filter/ww8/docxattributeoutput.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sw/source/filter/ww8/docxattributeoutput.hxx') diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx index 3375895d249f..87bafdcde4fe 100644 --- a/sw/source/filter/ww8/docxattributeoutput.hxx +++ b/sw/source/filter/ww8/docxattributeoutput.hxx @@ -783,7 +783,9 @@ private: const SdrObject* m_postponedChart; Size m_postponedChartSize; const SwField* pendingPlaceholder; - std::vector< const SwPostItField* > m_postitFields; + /// Maps postit fields to ID's, used in commentRangeStart/End, commentReference and comment.xml. + std::vector< std::pair > m_postitFields; + /// Number of postit fields which already have a commentReference written. unsigned int m_postitFieldsMaxId; int m_anchorId; int m_nextFontId; -- cgit