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

New commits:
commit ad57664323e3ddf04ae99dba14ddaa22da2aacba
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

diff --git a/sfx2/source/doc/zoomitem.cxx b/sfx2/source/doc/zoomitem.cxx
index 1f64cd5..ee28560 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