diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-01 12:50:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-01 12:51:01 +0100 |
commit | aeeb79486305efa46ea76d1041b6c9a9c745bfea (patch) | |
tree | 240f56e4c19c5ec9a11c299d03338e764baf4a70 /include | |
parent | ee494e4a157cdcb016e45fa5cb52604f29e074d9 (diff) |
coverity#1296292 merge these two enum types
Change-Id: I4f82ca5f7a6b392322225c0b871dbaffeba44377
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/ctredlin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx index 93e83905aed6..43e71813cb50 100644 --- a/include/svx/ctredlin.hxx +++ b/include/svx/ctredlin.hxx @@ -38,7 +38,7 @@ enum class SvxRedlinDateMode { - BEFORE, SINCE, EQUAL, NOTEQUAL, BETWEEN, SAVE + BEFORE, SINCE, EQUAL, NOTEQUAL, BETWEEN, SAVE, NONE }; /// Struct for sorting data. |