diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-08 09:09:23 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-08 10:07:41 +0100 |
commit | 329e762db21f5f1250baf207da1b7b5b7477b4b0 (patch) | |
tree | 181edccdd3e87b2aa39638279902966e748e2144 /sw/inc | |
parent | b0e427d8aac1a54681a2a6d0acbd1b54394961b9 (diff) |
sw: add RES_FLTR_RDFMARK
This is similar to RES_FLTR_ANNOTATIONMARK, except that it'll be used
for WW8 import's smart tag bookmark needs.
First just add code so that WW8 import can put this this attribute on
the import stack, the actual handling of the attribute has to be
implemented later.
Change-Id: I92e3fac02496e3f5e7a6ea27f0da91dcd47769cc
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/hintids.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx index eccf6a4a7fcd..fe940046277d 100644 --- a/sw/inc/hintids.hxx +++ b/sw/inc/hintids.hxx @@ -350,6 +350,7 @@ enum RES_FLTRATTR RES_FLTR_TOX, RES_FLTR_REDLINE, RES_FLTR_ANNOTATIONMARK, + RES_FLTR_RDFMARK, RES_FLTRATTR_END }; |