diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-24 13:02:36 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-24 15:59:42 +0100 |
commit | b8d5647180db0f6c7e23d7ca9e14ab95fa4aa557 (patch) | |
tree | cfc2b115b7368ebefce5572ef8831872224cf7ba /sw/source/uibase/app | |
parent | 4da56c0cea4da68a0707b24ad286765400cce0be (diff) |
rename GetDepends->HasWriterListener and make it a bool
Change-Id: Idc090c9e105f24ef91ef123db03db6d6e67ed1d4
Diffstat (limited to 'sw/source/uibase/app')
-rw-r--r-- | sw/source/uibase/app/docstyle.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/docstyle.cxx b/sw/source/uibase/app/docstyle.cxx index 9fd73cc9ef39..90e7a99ab9ca 100644 --- a/sw/source/uibase/app/docstyle.cxx +++ b/sw/source/uibase/app/docstyle.cxx @@ -1360,7 +1360,7 @@ void SwDocStyleSheet::SetItemSet( const SfxItemSet& rSet, SwCondCollCondChg aMsg( pColl ); pColl->ModifyNotification( &aMsg, &aMsg ); } - else if( pCondItem && !pColl->GetDepends() ) + else if( pCondItem && !pColl->HasWriterListeners() ) { // no conditional template, then first create and adopt // all important values |