From 35e13d1f5403076c752879ecbe17b2f451b188d9 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Sun, 2 Sep 2012 16:05:21 +0400 Subject: expand ACT_KONTEXT and MV_KONTEXT macros, rename kontext to context Change-Id: I7783e60cc048dfbd99976881afca317ad1326d66 --- sw/source/ui/uiview/viewmdi.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/ui/uiview') diff --git a/sw/source/ui/uiview/viewmdi.cxx b/sw/source/ui/uiview/viewmdi.cxx index 27949cff51e9..01522518664c 100644 --- a/sw/source/ui/uiview/viewmdi.cxx +++ b/sw/source/ui/uiview/viewmdi.cxx @@ -84,7 +84,7 @@ void SwView::_SetZoom( const Size &rEditSize, SvxZoomType eZoomType, pWrtShell->LockPaint(); { - ACT_KONTEXT(pWrtShell); + SwActContext aActContext(pWrtShell); long nFac = nFactor; @@ -222,7 +222,7 @@ void SwView::SetViewLayout( sal_uInt16 nColumns, bool bBookMode, sal_Bool bViewO { - ACT_KONTEXT(pWrtShell); + SwActContext aActContext(pWrtShell); if ( !GetViewFrame()->GetFrame().IsInPlace() && !bViewOnly ) { -- cgit