summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/crstrvl.cxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-03-24 13:02:36 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-03-24 15:59:42 +0100
commitb8d5647180db0f6c7e23d7ca9e14ab95fa4aa557 (patch)
treecfc2b115b7368ebefce5572ef8831872224cf7ba /sw/source/core/crsr/crstrvl.cxx
parent4da56c0cea4da68a0707b24ad286765400cce0be (diff)
rename GetDepends->HasWriterListener and make it a bool
Change-Id: Idc090c9e105f24ef91ef123db03db6d6e67ed1d4
Diffstat (limited to 'sw/source/core/crsr/crstrvl.cxx')
-rw-r--r--sw/source/core/crsr/crstrvl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/crstrvl.cxx b/sw/source/core/crsr/crstrvl.cxx
index bc863531f51b..239faa823c4d 100644
--- a/sw/source/core/crsr/crstrvl.cxx
+++ b/sw/source/core/crsr/crstrvl.cxx
@@ -651,7 +651,7 @@ bool SwCrsrShell::MoveFldType(
if ( pFldType )
{
- if( RES_INPUTFLD != pFldType->Which() && !pFldType->GetDepends() )
+ if( RES_INPUTFLD != pFldType->Which() && !pFldType->HasWriterListeners() )
{
return false;
}