diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2019-12-10 15:16:32 +0100 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2019-12-11 22:51:03 +0100 |
commit | dd27fedb88cc18bbfc669503cfe510d99f40f05d (patch) | |
tree | 460ef56c194da26cc3a095648bbcd13cac40c445 /sd | |
parent | ef8674a48888e2601653fd6481b6542914ffd97c (diff) |
jsdialog: send items on status change
Use existing mechanism, delete sending in getter code
which caused unnecessary work.
Change-Id: Ibc191c16b95fd58e7065e019f48f3837cfed5bbd
Reviewed-on: https://gerrit.libreoffice.org/84914
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Tested-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/drviewsf.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/view/drviewsf.cxx b/sd/source/ui/view/drviewsf.cxx index 1b46491c65c8..906f4b331e90 100644 --- a/sd/source/ui/view/drviewsf.cxx +++ b/sd/source/ui/view/drviewsf.cxx @@ -732,10 +732,6 @@ void DrawViewShell::GetAttrState( SfxItemSet& rSet ) rSet.DisableItem( nWhich ); } nWhich = aNewIter.NextWhich(); - - SfxViewShell* pViewShell = GetDrawView()->GetSfxViewShell(); - if (pViewShell && comphelper::LibreOfficeKit::isActive()) - pViewShell->sendUnoStatus( &rSet ); } } |