summaryrefslogtreecommitdiff
path: root/sw/inc/fmtfld.hxx
diff options
context:
space:
mode:
authorScott Clarke <scott.clarke@codethink.co.uk>2019-08-13 09:54:12 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-08-14 15:26:58 +0200
commit9751b4b4fa00cf5175ccc0f9c52a22b07f73d4aa (patch)
treec3d93e0371e1b4c0747bf8f5cf60181a530aa593 /sw/inc/fmtfld.hxx
parent88afec70112c95a016e92e26c1d06d7dd002e4e8 (diff)
Change some handling for resolved comments
Changed the way the lcl_CommentNotification method is called when a comment is resolved such that resolution is distinct from other changes. Resolved flag is now only stored in the top annotation of a thread when saved as ODT. Change-Id: I5ef36718fd7e1dfcc16c077871653a70476e8804 Reviewed-on: https://gerrit.libreoffice.org/77411 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/inc/fmtfld.hxx')
-rw-r--r--sw/inc/fmtfld.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/fmtfld.hxx b/sw/inc/fmtfld.hxx
index d9eafeea82a3..f945bbcc0aa2 100644
--- a/sw/inc/fmtfld.hxx
+++ b/sw/inc/fmtfld.hxx
@@ -114,7 +114,8 @@ enum class SwFormatFieldHintWhich
REMOVED = 2,
FOCUS = 3,
CHANGED = 4,
- LANGUAGE = 5
+ LANGUAGE = 5,
+ RESOLVED = 6
};
class SW_DLLPUBLIC SwFormatFieldHint : public SfxHint