summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-04-22 10:29:02 +0100
committerFridrich Strba <fridrich@documentfoundation.org>2013-04-22 10:00:47 +0000
commitfe3d1b7ab5ac2776b60efab0efbd6d832f63b655 (patch)
tree69fccd07c4e31276c4629f1a76965a779eff6bdb /sfx2
parentc8b7ed1d8b93a8ca8d67b67c49c2de9b12715596 (diff)
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 <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/zoomitem.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/zoomitem.cxx b/sfx2/source/doc/zoomitem.cxx
index 09b2ae785eba..7849e592edd5 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;