diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-01 11:41:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-01 11:41:22 +0100 |
commit | f265afbb5cfa5320f1c18745e67379c62a70d5cb (patch) | |
tree | 87429d7c183a7c1106aa2711861b517ff0af323e /dbaccess | |
parent | 73f20bff55c1e65761c888f12e4cb917901ec790 (diff) |
-Werror,-Wswitch
Change-Id: I6cf157c72216d0c0784cae84669e8203500f4c34
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/AppView.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/source/ui/app/AppView.cxx b/dbaccess/source/ui/app/AppView.cxx index 57371222b376..4a9921e8468e 100644 --- a/dbaccess/source/ui/app/AppView.cxx +++ b/dbaccess/source/ui/app/AppView.cxx @@ -281,6 +281,8 @@ bool OApplicationView::PreNotify( NotifyEvent& rNEvt ) return true; } break; + default: + break; } return ODataView::PreNotify(rNEvt); |