Kaydet (Commit) 03d21764 authored tarafından Pierre-André Jacquod's avatar Pierre-André Jacquod

this counter is not needed in sw/.. view.cxx, thanks cppcheck

üst 8efc2f74
......@@ -1362,14 +1362,12 @@ void SwView::ReadUserDataSequence ( const uno::Sequence < beans::PropertyValue >
pWrtShell->EnableSmooth( sal_False );
const Rectangle aVis( nLeft, nTop, nRight, nBottom );
sal_uInt16 nOff = 0;
SvxZoomType eZoom;
if ( !pWrtShell->GetViewOptions()->getBrowseMode() )
eZoom = static_cast < SvxZoomType > ( nZoomType );
else
{
eZoom = SVX_ZOOM_PERCENT;
++nOff;
}
if (bGotIsSelectedFrame)
{
......
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