setup_native/source/win32/wintools/makecab/makecab.c |    1 -
 writerfilter/source/dmapper/GraphicImport.cxx        |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit b03278df1d56424d4d6f1fe245676d41183ac8ec
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sat Oct 13 17:57:21 2012 +0200

    Remove consecutive break and a break which follows a return
    
    Change-Id: I8dec9eda857f7da452992bc785426449933acc59

diff --git a/setup_native/source/win32/wintools/makecab/makecab.c 
b/setup_native/source/win32/wintools/makecab/makecab.c
index 9e7c4fe..c632ff4 100644
--- a/setup_native/source/win32/wintools/makecab/makecab.c
+++ b/setup_native/source/win32/wintools/makecab/makecab.c
@@ -235,7 +235,6 @@ FNFCISTATUS(fnStatus) /*(UINT typeStatus, ULONG cb1, ULONG 
cb2, void FAR *pv)*/
     case statusCabinet:
         printf("\rWriting cabinet file (%d of approx. %d bytes)", cb1, cb2);
         return cb2;
-        break;
     }
 
     return 0;
diff --git a/writerfilter/source/dmapper/GraphicImport.cxx 
b/writerfilter/source/dmapper/GraphicImport.cxx
index 5709a17..10a17e6 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -989,7 +989,6 @@ void GraphicImport::lcl_attribute(Id nName, Value & val)
         case NS_ooxml::LN_CT_Inline_distR:
             m_pImpl->nRightMargin = 
ConversionHelper::convertTwipToMM100(nIntValue);
         break;
-        break;
         case NS_ooxml::LN_CT_GraphicalObjectData_uri:
             val.getString();
             //TODO: does it need to be handled?
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to