summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/sidebar/SidebarController.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx
index 46d03ba097b0..a314e538763a 100644
--- a/sfx2/source/sidebar/SidebarController.cxx
+++ b/sfx2/source/sidebar/SidebarController.cxx
@@ -331,8 +331,6 @@ void SAL_CALL SidebarController::requestLayout()
void SidebarController::BroadcastPropertyChange()
{
- DataChangedEvent aEvent (DataChangedEventType::USER);
- mpParentWindow->NotifyAllChildren(aEvent);
mpParentWindow->Invalidate(InvalidateFlags::Children);
}