summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-09-02 16:05:21 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-09-02 16:42:18 +0400
commit35e13d1f5403076c752879ecbe17b2f451b188d9 (patch)
tree4ac06aa67fbc564747b26d86aae68bbf87abc880 /sw/source/ui/uiview
parent3e317451e319734d7e45cc431bd4b68ffe1a08f6 (diff)
expand ACT_KONTEXT and MV_KONTEXT macros, rename kontext to context
Change-Id: I7783e60cc048dfbd99976881afca317ad1326d66
Diffstat (limited to 'sw/source/ui/uiview')
-rw-r--r--sw/source/ui/uiview/viewmdi.cxx4
1 files changed, 2 insertions, 2 deletions
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 )
{