summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/laycache.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-10-22 10:01:39 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-10-22 10:05:53 +0200
commit9585faa059a880111d797cfd0b0c2d32baec2ce2 (patch)
tree4aa28032def8374293c5604ae3bbcce5ee312726 /sw/source/core/layout/laycache.cxx
parent8b5f059ed097635758684b64decd59d8d5c499d7 (diff)
rFollowDesc -> aFollowDesc, it's not a reference
Change-Id: I1dd5626a1ff8d8209003a7c4e6df05d01fd7c7d9
Diffstat (limited to 'sw/source/core/layout/laycache.cxx')
-rw-r--r--sw/source/core/layout/laycache.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/layout/laycache.cxx b/sw/source/core/layout/laycache.cxx
index 5a525763ade3..2bb2a7923091 100644
--- a/sw/source/core/layout/laycache.cxx
+++ b/sw/source/core/layout/laycache.cxx
@@ -626,8 +626,8 @@ bool SwLayHelper::CheckInsertPage()
{
pDesc = rpPage->GetPageDesc()->GetFollow();
- SwFmtPageDesc rFollowDesc( pDesc );
- oPgNum = rFollowDesc.GetNumOffset();
+ SwFmtPageDesc aFollowDesc( pDesc );
+ oPgNum = aFollowDesc.GetNumOffset();
if ( oPgNum )
((SwRootFrm*)rpPage->GetUpper())->SetVirtPageNum(sal_True);
}