summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/tblrwcl.cxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-03-24 22:50:34 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-03-25 10:25:08 +0100
commitabb863a3320d07b0b1616f81e4c2e2ec082245b7 (patch)
tree1ef51ae4ee99575272ddb800c95336f6f4d3c3c2 /sw/source/core/doc/tblrwcl.cxx
parentb4531de9387f551d9c6876f5bfe26bdb7c080a15 (diff)
rename IsLastDepend HasOnlyOneListener
Change-Id: Ibb2a3ee596402661f2c593754061deb8c54a2f76
Diffstat (limited to 'sw/source/core/doc/tblrwcl.cxx')
-rw-r--r--sw/source/core/doc/tblrwcl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/tblrwcl.cxx b/sw/source/core/doc/tblrwcl.cxx
index 1e3eaac8c775..ceef57491677 100644
--- a/sw/source/core/doc/tblrwcl.cxx
+++ b/sw/source/core/doc/tblrwcl.cxx
@@ -4449,7 +4449,7 @@ void SwShareBoxFmts::ChangeFrmFmt( SwTableBox* pBox, SwTableLine* pLn,
pOld->Add( &aCl );
pLn->ChgFrmFmt( static_cast<SwTableLineFmt*>(&rFmt) );
}
- if( pOld && pOld->IsLastDepend() )
+ if( pOld && pOld->HasOnlyOneListener() )
{
RemoveFormat( *pOld );
delete pOld;