summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-01 11:41:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-01 11:41:22 +0100
commitf265afbb5cfa5320f1c18745e67379c62a70d5cb (patch)
tree87429d7c183a7c1106aa2711861b517ff0af323e /dbaccess
parent73f20bff55c1e65761c888f12e4cb917901ec790 (diff)
-Werror,-Wswitch
Change-Id: I6cf157c72216d0c0784cae84669e8203500f4c34
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/app/AppView.cxx2
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);