summaryrefslogtreecommitdiff
path: root/sw/source/core/layout
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-02-23 12:33:14 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-02-23 12:49:39 +0100
commitd0fc2174a731f75799e6fb990cff7b76835361fa (patch)
treed32fdb1d2cf8e81d714f6c505c094f55a50db7ec /sw/source/core/layout
parent93b8b04ae0125a85d92ad0c414969c12e49b301e (diff)
sw: rename member variables missing their prefix in ViewShell
Change-Id: I4ec171a42f589826071d6e9ea2c87e9e2c94fdb3
Diffstat (limited to 'sw/source/core/layout')
-rw-r--r--sw/source/core/layout/layact.cxx4
-rw-r--r--sw/source/core/layout/paintfrm.cxx6
2 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/layout/layact.cxx b/sw/source/core/layout/layact.cxx
index 6fd3a4a461b2..79f8f561eef4 100644
--- a/sw/source/core/layout/layact.cxx
+++ b/sw/source/core/layout/layact.cxx
@@ -2315,7 +2315,7 @@ SwLayIdle::SwLayIdle( SwRootFrm *pRt, SwViewImp *pI ) :
std::vector<bool> aBools;
ViewShell *pSh = pImp->GetShell();
do
- { ++pSh->nStartAction;
+ { ++pSh->mnStartAction;
sal_Bool bVis = sal_False;
if ( pSh->ISA(SwCrsrShell) )
{
@@ -2337,7 +2337,7 @@ SwLayIdle::SwLayIdle( SwRootFrm *pRt, SwViewImp *pI ) :
sal_uInt16 nBoolIdx = 0;
do
{
- --pSh->nStartAction;
+ --pSh->mnStartAction;
if ( pSh->Imp()->GetRegion() )
bActions = sal_True;
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index e1d8354b031b..a23f3f6b512b 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -7129,9 +7129,9 @@ sal_Bool SwFrm::GetBackgroundBrush( const SvxBrushItem* & rpBrush,
void SetOutDevAndWin( ViewShell *pSh, OutputDevice *pO,
Window *pW, sal_uInt16 nZoom )
{
- pSh->pOut = pO;
- pSh->pWin = pW;
- pSh->pOpt->SetZoom( nZoom );
+ pSh->mpOut = pO;
+ pSh->mpWin = pW;
+ pSh->mpOpt->SetZoom( nZoom );
}
Graphic SwFrmFmt::MakeGraphic( ImageMap* )