summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexport.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-02-14 10:28:41 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-02-14 10:32:30 +0100
commitc35d7018cfe0ff3c8229d81058b298e67128ff0e (patch)
tree28821d7503bc60656b36e70141fefafd63625a9f /sw/source/filter/ww8/rtfexport.hxx
parentd738b063134e97c780205f8baf138f291016ded4 (diff)
DOC export: restore quotation of SEQ field names
Commit d738b063134e97c780205f8baf138f291016ded4 (fdo#74431 : Captions' are preserved but remove a space, 2014-02-03) unconditionally removed quotes around SEQ field names, because the DOCX and RTF import leaves those quotes around during import time. However, the DOC import strips them away. So till all this is unified, at least make sure that on export DOC still quotes the field names, as it did since the initial import. Change-Id: I3478f736c2e17824f268f92580767b90d9fdd006
Diffstat (limited to 'sw/source/filter/ww8/rtfexport.hxx')
-rw-r--r--sw/source/filter/ww8/rtfexport.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/rtfexport.hxx b/sw/source/filter/ww8/rtfexport.hxx
index d801db4b6fbd..21a44159a8c4 100644
--- a/sw/source/filter/ww8/rtfexport.hxx
+++ b/sw/source/filter/ww8/rtfexport.hxx
@@ -64,6 +64,7 @@ public:
virtual bool SupportsOneColumnBreak() const { return false; }
+ virtual bool FieldsQuoted() const { return true; }
/// Guess the script (asian/western).
virtual bool CollapseScriptsforWordOk( sal_uInt16 nScript, sal_uInt16 nWhich );