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

Stephan Bergmann sbergman at redhat.com
Wed Sep 9 08:33:15 PDT 2015


 svx/source/table/cell.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7214cc616c7dd06bd0885b05f4d988b19690e8c1
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Sep 9 17:32:49 2015 +0200

    Missing break?
    
    Change-Id: Ib02285875eb354f38dfa1b86cacc3e59fcebb94b

diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx
index f4dd4f34..4d8fd2d 100644
--- a/svx/source/table/cell.cxx
+++ b/svx/source/table/cell.cxx
@@ -1380,6 +1380,7 @@ PropertyState SAL_CALL Cell::getPropertyState( const OUString& PropertyName ) th
             {
                 eState = PropertyState_DEFAULT_VALUE;
             }
+            break;
         }
         case OWN_ATTR_STYLE:
         {


More information about the Libreoffice-commits mailing list