[Libreoffice-commits] core.git: vcl/unx

Kohei Yoshida kohei.yoshida at collabora.com
Thu Nov 24 13:12:30 UTC 2016


 vcl/unx/gtk/a11y/atklistener.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 1722665c5ebd96791a95819c9b2592a8523321bd
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Thu Nov 24 08:10:55 2016 -0500

    Probably not a good idea to forget a break here.
    
    Change-Id: Ief02f6fcf46e178da8f34f759a807a988f53c1ff

diff --git a/vcl/unx/gtk/a11y/atklistener.cxx b/vcl/unx/gtk/a11y/atklistener.cxx
index ce2254e..2901bcb 100644
--- a/vcl/unx/gtk/a11y/atklistener.cxx
+++ b/vcl/unx/gtk/a11y/atklistener.cxx
@@ -407,7 +407,10 @@ void printNotifyEvent( const accessibility::AccessibleEventObject& rEvent )
                 os << "  * new state = " << getOrUnknown(aStates, nState);
 
             os << std::endl;
+            break;
         }
+        default:
+            ;
     }
 
     std::cout << os.str();


More information about the Libreoffice-commits mailing list