summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-03-28 12:38:26 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-03-28 22:14:22 +0100
commit2effcd451dd6bb667e0b941775094a3b5263bbbd (patch)
treec47dfd53b23ce98bf2175cba3c850e7120278abe
parent2941d5d80f6e649b7f91f177e6968e8aa42cb69c (diff)
move to inner scope
Change-Id: Iead2cee403085198a94396cd993546b0f9355c78
-rw-r--r--sw/source/core/unocore/unotbl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx
index 1826a056367c..3b0a8afd61be 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -170,8 +170,8 @@ static void lcl_SetSpecialProperty(SwFrmFmt* pFmt,
case FN_TABLE_HEADLINE_REPEAT:
case FN_TABLE_HEADLINE_COUNT:
{
- SwTable* pTable = SwTable::FindTable( pFmt );
{
+ SwTable* pTable = SwTable::FindTable( pFmt );
UnoActionContext aAction(pFmt->GetDoc());
if( pEntry->nWID == FN_TABLE_HEADLINE_REPEAT)
{