summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-05-12 06:57:15 +0200
committerJan Holesovsky <kendy@collabora.com>2015-05-12 06:57:15 +0200
commit0c129aa3df35a056ec739579002b2fc958fb3a48 (patch)
treeb44feddb7525efa5d00848a736b41d43bd37b333
parent4906ecb8210a8cf1b7befcfde7f867bed5d6ce43 (diff)
sw: Disambiguate future pTable.
Change-Id: Ie3e217574bc9363c45b54015e8e16042b65adb45
-rw-r--r--sw/source/core/fields/cellfml.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/fields/cellfml.cxx b/sw/source/core/fields/cellfml.cxx
index b163b6b33d33..4e203494f29f 100644
--- a/sw/source/core/fields/cellfml.cxx
+++ b/sw/source/core/fields/cellfml.cxx
@@ -949,10 +949,10 @@ void SwTableFormula::GetBoxes( const SwTableBox& rSttBox,
if( pTbl->IsHeadline( *pLine ) )
break; // headline in this area!
- const SwTabFrm *pTable = pStt->FindTabFrm();
+ const SwTabFrm *pStartTable = pStt->FindTabFrm();
const SwTabFrm *pEndTable = pEnd->FindTabFrm();
- if( pTable == pEndTable ) // no split table
+ if (pStartTable == pEndTable) // no split table
break;
// then remove table headers