[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sw/source

Caolán McNamara caolanm at redhat.com
Mon Jun 2 07:12:52 PDT 2014


 sw/source/core/uibase/uno/SwXDocumentSettings.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 035c802fa170af9fec84b2d9a6621043915accb2
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri May 30 13:09:28 2014 +0100

    coverity#736074 Missing break in switch
    
    Change-Id: Ie60f70e992323b9841c854edc083f686bbeda1f5
    (cherry picked from commit 87574542fc953a60bc2bafe8ed725500f9322521)

diff --git a/sw/source/core/uibase/uno/SwXDocumentSettings.cxx b/sw/source/core/uibase/uno/SwXDocumentSettings.cxx
index 3144c32..6ab7e54 100644
--- a/sw/source/core/uibase/uno/SwXDocumentSettings.cxx
+++ b/sw/source/core/uibase/uno/SwXDocumentSettings.cxx
@@ -777,6 +777,7 @@ void SwXDocumentSettings::_setSingleValue( const comphelper::PropertyInfo & rInf
             bool bTmp = *(sal_Bool*)rValue.getValue();
             mpDoc->set(IDocumentSettingAccess::EMBED_FONTS, bTmp);
         }
+        break;
         case HANDLE_EMBED_SYSTEM_FONTS:
         {
             bool bTmp = *(sal_Bool*)rValue.getValue();


More information about the Libreoffice-commits mailing list