diff options
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/browser/dataview.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/source/ui/browser/dataview.cxx b/dbaccess/source/ui/browser/dataview.cxx index 46e87e735dfd..7c5f33f629bf 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 ); } |