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

Stephan Bergmann sbergman at redhat.com
Mon Dec 1 02:32:38 PST 2014


 svx/source/tbxctrls/itemwin.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ddfdd8f97a12efa309271fd0c9223b3281da5a9f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Dec 1 11:32:13 2014 +0100

    -Werror,-Wswitch
    
    Change-Id: Ia787aaca4a5ec4af37063e35e96c8aba06bdd8fa

diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx
index 30e52ec..2fa69a6 100644
--- a/svx/source/tbxctrls/itemwin.cxx
+++ b/svx/source/tbxctrls/itemwin.cxx
@@ -177,6 +177,8 @@ bool SvxLineBox::PreNotify( NotifyEvent& rNEvt )
             }
         }
         break;
+        default:
+        break;
     }
     return LineLB::PreNotify( rNEvt );
 }


More information about the Libreoffice-commits mailing list