summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-22 09:09:56 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-22 09:10:49 +0200
commit580e57d11deb8185dfa550e30c316b7581c18ec1 (patch)
tree19f85d6a41ab3f81b486488766ff78c47b34a3aa /sw/source/core/txtnode
parent52de28c83d4b466e6da41a4d7cc23f5266211c5e (diff)
sw: prefix members of SwCrsrMoveState
Change-Id: Iad3c970b263b8ee847cf6a7d2e05c5336cad9b26
Diffstat (limited to 'sw/source/core/txtnode')
-rw-r--r--sw/source/core/txtnode/txtedt.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/txtnode/txtedt.cxx b/sw/source/core/txtnode/txtedt.cxx
index 0b2b1569ce44..c858d7a7bb2e 100644
--- a/sw/source/core/txtnode/txtedt.cxx
+++ b/sw/source/core/txtnode/txtedt.cxx
@@ -186,10 +186,10 @@ static SwRect lcl_CalculateRepaintRect( SwTextFrm& rTextFrm, sal_Int32 nChgStart
SwNodeIndex aNdIdx( *pNode );
SwPosition aPos( aNdIdx, SwIndex( pNode, nChgEnd ) );
SwCrsrMoveState aTmpState( MV_NONE );
- aTmpState.b2Lines = true;
+ aTmpState.m_b2Lines = true;
rTextFrm.GetCharRect( aRect, aPos, &aTmpState );
// information about end of repaint area
- Sw2LinesPos* pEnd2Pos = aTmpState.p2Lines;
+ Sw2LinesPos* pEnd2Pos = aTmpState.m_p2Lines;
const SwTextFrm *pEndFrm = &rTextFrm;
@@ -211,7 +211,7 @@ static SwRect lcl_CalculateRepaintRect( SwTextFrm& rTextFrm, sal_Int32 nChgStart
delete pEnd2Pos;
}
- aTmpState.p2Lines = NULL;
+ aTmpState.m_p2Lines = NULL;
SwRect aTmp;
aPos = SwPosition( aNdIdx, SwIndex( pNode, nChgStart ) );
rTextFrm.GetCharRect( aTmp, aPos, &aTmpState );
@@ -229,7 +229,7 @@ static SwRect lcl_CalculateRepaintRect( SwTextFrm& rTextFrm, sal_Int32 nChgStart
pEndFrm = pEndFrm->GetFollow();
// information about start of repaint area
- Sw2LinesPos* pSt2Pos = aTmpState.p2Lines;
+ Sw2LinesPos* pSt2Pos = aTmpState.m_p2Lines;
if ( pSt2Pos )
{
// we are inside a special portion, take right border