summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/docxattributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.hxx4
1 files changed, 3 insertions, 1 deletions
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<const SwPostItField*, sal_Int32> > m_postitFields;
+ /// Number of postit fields which already have a commentReference written.
unsigned int m_postitFieldsMaxId;
int m_anchorId;
int m_nextFontId;