summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/fields.cxx
diff options
context:
space:
mode:
authorRohit Deshmukh <rohit.deshmukh@synerzip.com>2014-03-12 15:07:38 +0530
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-03-14 10:45:33 +0100
commit06f7d1a96eef5aa69d4872ff6d96eb5085296d09 (patch)
tree7b155faff164f15c78492b46a9c5586d05195e96 /sw/source/filter/ww8/fields.cxx
parent7545a9054cd8fbca0073b4603b833080b4810a94 (diff)
fdo#74775: Preseved Citation after round trip.
Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8473 Change-Id: Ie1b0ac3cb4d4b9bf305323599d5e4b63f913fb1b
Diffstat (limited to 'sw/source/filter/ww8/fields.cxx')
-rw-r--r--sw/source/filter/ww8/fields.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/fields.cxx b/sw/source/filter/ww8/fields.cxx
index baaa4b0100a2..41c3929e0b1b 100644
--- a/sw/source/filter/ww8/fields.cxx
+++ b/sw/source/filter/ww8/fields.cxx
@@ -126,7 +126,8 @@ namespace ww
/*93*/ "ADDRESSBLOCK",
/*94*/ "GREETINGLINE",
/*95*/ "SHAPE",
- /*96*/ "BIBLIOGRAPHY"
+ /*96*/ "BIBLIOGRAPHY",
+ /*97*/ "CITATION"
};
size_t nIndex = static_cast<size_t>(eIndex);