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 /svx | |
parent | ee494e4a157cdcb016e45fa5cb52604f29e074d9 (diff) |
coverity#1296292 merge these two enum types
Change-Id: I4f82ca5f7a6b392322225c0b871dbaffeba44377
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/ctredlin.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx index 641926c98e72..27d580a2000c 100644 --- a/svx/source/dialog/ctredlin.cxx +++ b/svx/source/dialog/ctredlin.cxx @@ -215,6 +215,8 @@ void SvxRedlinTable::UpdateFilterTest() aDaTiFilterFirst=aDaTiFirst; aDaTiFilterLast=aDaTiLast; break; + case SvxRedlinDateMode::NONE: + break; } } @@ -668,6 +670,8 @@ void SvxTPFilter::ShowDateFields(SvxRedlinDateMode nKind) EnableDateLine1(false); EnableDateLine2(false); break; + case SvxRedlinDateMode::NONE: + break; } } |