diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-03 20:57:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-04 09:53:53 +0100 |
commit | 5c477389e8292cea26e2a0414a9d3bb6bdd369df (patch) | |
tree | 611ba9fcbc0a72d73b99bfc27b7918d9bd9ea7ec /sfx2/source | |
parent | 4d902a4bca0824ded4da1b4407a2b89d517d9388 (diff) |
remove unused DataChangedEventType enum value
Change-Id: I32d3c3481f0b8bcc36613afb495b64f4eb229a67
Reviewed-on: https://gerrit.libreoffice.org/64484
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/sidebar/SidebarController.cxx | 2 |
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); } |