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

Stephan Bergmann sbergman at redhat.com
Mon Dec 1 02:45:51 PST 2014


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

New commits:
commit d308906df6a6b4d44aa9974825765174ba2bc7e3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Dec 1 11:45:23 2014 +0100

    -Werror,-Wswitch
    
    Change-Id: I7d7a616dc843c434dcd2586ccdb9cb48b961e4c4

diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.cxx b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
index 4e61980..33863aa 100644
--- a/dbaccess/source/ui/dlg/ConnectionHelper.cxx
+++ b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
@@ -574,6 +574,8 @@ namespace dbaui
                             return true;  // handled
                     }
                     break;
+                default:
+                    break;
             }
         }
 


More information about the Libreoffice-commits mailing list