summaryrefslogtreecommitdiff
path: root/sw/inc/hintids.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-12-30 10:32:16 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-30 19:04:25 +0100
commit271722d923610d128a358528e64d7233641ea0dc (patch)
treedbbcf6977aec534ebb8ca14b6de146f5d3bf3e49 /sw/inc/hintids.hxx
parentdc5383e2fa487a7599f2e317bba409dc3cde8339 (diff)
i#93570 sw: add RES_FLTR_ANNOTATIONMARK
As commit b1cd83c625a2afeb9da43cc9745d79c01963c797 (fix crash loading ooo#93570-3.doc, 2014-07-04) notes, the way how we map WW8 CP indexes to sw character positions is working only in the very simple cases. However, to do that properly, we need a way to store the start position of an annotation mark before we create it, so add a RES_FLTR_ANNOTATIONMARK that can do so. Change-Id: I7cb3564621803fef9a76edaac48773cab7649ee8
Diffstat (limited to 'sw/inc/hintids.hxx')
-rw-r--r--sw/inc/hintids.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx
index 4bcde231110a..ecfd937bb92e 100644
--- a/sw/inc/hintids.hxx
+++ b/sw/inc/hintids.hxx
@@ -350,6 +350,7 @@ enum RES_FLTRATTR
RES_FLTR_NUMRULE,
RES_FLTR_TOX,
RES_FLTR_REDLINE,
+ RES_FLTR_ANNOTATIONMARK,
RES_FLTRATTR_END
};