diff options
Diffstat (limited to 'sw/source/uibase/app/docstyle.cxx')
-rw-r--r-- | sw/source/uibase/app/docstyle.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/uibase/app/docstyle.cxx b/sw/source/uibase/app/docstyle.cxx index 9f594d1ceada..6c10b11eb65a 100644 --- a/sw/source/uibase/app/docstyle.cxx +++ b/sw/source/uibase/app/docstyle.cxx @@ -1504,9 +1504,7 @@ void SwDocStyleSheet::SetItemSet( const SfxItemSet& rSet, } } - // Update document to new conditions - SwCondCollCondChg aMsg( pColl ); - pColl->ModifyNotification( &aMsg, &aMsg ); + pColl->GetNotifier().Broadcast(sw::CondCollCondChg(*pColl)); } else if( pCondItem && !pColl->HasWriterListeners() ) { |