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

Noel Power noel.power at suse.com
Mon Apr 22 02:36:27 PDT 2013


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

New commits:
commit ad57664323e3ddf04ae99dba14ddaa22da2aacba
Author: Noel Power <noel.power at 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;


More information about the Libreoffice-commits mailing list