diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-05-20 17:40:08 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-05-20 21:13:42 +0200 |
commit | 484759aadd964b011e8e649ba021d09f40a79440 (patch) | |
tree | e66f93138d303e5ef3a52d97afa0e25810653e56 | |
parent | 4a61fba7f1d1c457b8b5049644d793bd209d4f75 (diff) |
sw: add a comment about WW8 non-existent fields, related: tdf#88697
Change-Id: Ie4da62a864233a7ab4587dd4e1b2f819a39e1441
-rw-r--r-- | sw/source/filter/ww8/fields.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/fields.hxx b/sw/source/filter/ww8/fields.hxx index 8bb8565deeae..d6fa40317506 100644 --- a/sw/source/filter/ww8/fields.hxx +++ b/sw/source/filter/ww8/fields.hxx @@ -121,6 +121,8 @@ namespace ww eADDRESSBLOCK = 93, eGREETINGLINE = 94, eSHAPE = 95, + // NOTE: values > 95 / 0x5F do not correspond to documented WW8 fields + // and thus need special handling in WW8Export::OutputField()! eBIBLIOGRPAHY=96, eCITATION = 97 }; |