Kaydet (Commit) d96252e4 authored tarafından Noel Power's avatar Noel Power Kaydeden (comit) Petr Mladek

fdo#63659 <sigh> fix brain lapse, missing break

Change-Id: I02ab972cfad577423585d25587b925b5b1153506
(cherry picked from commit ad576643)
Reviewed-on: https://gerrit.libreoffice.org/3551Reviewed-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
Tested-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
üst 85a19881
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment