summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-07-21 14:39:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-07-22 08:51:18 +0200
commit6d9e304d1748668cc25905945129095bd14fd1af (patch)
treeb0ea02d427718d504da97f46d033cfabb2594937 /sfx2
parent818f8f13128ba78769b4f542ed1efef658de38d9 (diff)
SfxItemSetHint is dead
since commit 519876dffdc8c93710af543cc11332dab9a50c14 Author: Mike Kaganski <mike.kaganski@collabora.com> Date: Tue Jul 18 23:45:47 2023 +0300 Cleanup SfxApplication::Get/SetOptions, and drop unused SIDs Change-Id: I8d306bf6792630cfdaa0a0ac8b77730e1e1f0070 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154724 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appcfg.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index b0816397c88b..1f030223c2f3 100644
--- a/sfx2/source/appl/appcfg.cxx
+++ b/sfx2/source/appl/appcfg.cxx
@@ -32,8 +32,6 @@
#include <sfx2/sfxsids.hrc>
-#include <svl/isethint.hxx>
-
#include <officecfg/Inet.hxx>
#include <officecfg/Office/Common.hxx>
#include <officecfg/Office/Recovery.hxx>
@@ -340,9 +338,6 @@ void SfxApplication::SetOptions_Nbc(const SfxItemSet& rSet)
void SfxApplication::SetOptions(const SfxItemSet &rSet)
{
SetOptions_Nbc( rSet );
-
- // Undo-Count
- Broadcast( SfxItemSetHint( rSet ) );
}