sfx2/source/doc/zoomitem.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fe3d1b7ab5ac2776b60efab0efbd6d832f63b655
Author: Noel Power <noel.po...@suse.com>
Date:   Mon Apr 22 10:29:02 2013 +0100

    fdo#63659 <sigh> fix brain lapse, missing break
    
    Change-Id: I02ab972cfad577423585d25587b925b5b1153506
    (cherry picked from commit ad57664323e3ddf04ae99dba14ddaa22da2aacba)
    Reviewed-on: https://gerrit.libreoffice.org/3551
    Reviewed-by: Fridrich Strba <fridr...@documentfoundation.org>
    Tested-by: Fridrich Strba <fridr...@documentfoundation.org>

diff --git a/sfx2/source/doc/zoomitem.cxx b/sfx2/source/doc/zoomitem.cxx
index 09b2ae7..7849e59 100644
--- a/sfx2/source/doc/zoomitem.cxx
+++ b/sfx2/source/doc/zoomitem.cxx
@@ -120,6 +120,7 @@ bool SvxZoomItem::QueryValue( com::sun::star::uno::Any& 
rVal, sal_uInt8 nMemberI
             aSeq[2].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( 
ZOOM_PARAM_TYPE ));
             aSeq[2].Value <<= sal_Int16( eType );
             rVal <<= aSeq;
+            break;
         }
 
         case MID_VALUE: rVal <<= (sal_Int32) GetValue(); break;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to