[Libreoffice-commits] core.git: dbaccess/source

Stephan Bergmann sbergman at redhat.com
Mon Dec 1 02:41:54 PST 2014


 dbaccess/source/ui/app/AppView.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit f265afbb5cfa5320f1c18745e67379c62a70d5cb
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Dec 1 11:41:22 2014 +0100

    -Werror,-Wswitch
    
    Change-Id: I6cf157c72216d0c0784cae84669e8203500f4c34

diff --git a/dbaccess/source/ui/app/AppView.cxx b/dbaccess/source/ui/app/AppView.cxx
index 5737122..4a9921e8 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);


More information about the Libreoffice-commits mailing list