[Libreoffice-commits] core.git: dbaccess/source
Stephan Bergmann
sbergman at redhat.com
Mon Dec 1 02:42:34 PST 2014
dbaccess/source/ui/browser/dataview.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 9e4b6236cb1a300c6ad354021d8ea8d8170d83cb
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Dec 1 11:41:52 2014 +0100
-Werror,-Wswitch
Change-Id: I3e3ee66c8d965e13f5efbbaf811764d976ebff93
diff --git a/dbaccess/source/ui/browser/dataview.cxx b/dbaccess/source/ui/browser/dataview.cxx
index 46e87e7..7c5f33f 100644
--- a/dbaccess/source/ui/browser/dataview.cxx
+++ b/dbaccess/source/ui/browser/dataview.cxx
@@ -136,6 +136,8 @@ namespace dbaui
case MouseNotifyEvent::MOUSEBUTTONUP:
bHandled = m_rController.interceptUserInput( _rNEvt );
break;
+ default:
+ break;
}
return bHandled || Window::PreNotify( _rNEvt );
}
More information about the Libreoffice-commits
mailing list