summaryrefslogtreecommitdiff
path: root/svl/source/items/itempool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/itempool.cxx')
-rw-r--r--svl/source/items/itempool.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx
index 15333f2f1aff..fbf1281169b7 100644
--- a/svl/source/items/itempool.cxx
+++ b/svl/source/items/itempool.cxx
@@ -25,7 +25,7 @@
#include <sal/log.hxx>
#include "whassert.hxx"
#include <svl/SfxBroadcaster.hxx>
-#include <svl/smplhint.hxx>
+#include <svl/hint.hxx>
#include "poolio.hxx"
#include <algorithm>
@@ -490,7 +490,7 @@ void SfxItemPool::Delete()
return;
// Inform e.g. running Requests
- pImpl->aBC.Broadcast( SfxSimpleHint( SFX_HINT_DYING ) );
+ pImpl->aBC.Broadcast( SfxHint( SFX_HINT_DYING ) );
// Iterate through twice: first for the SetItems.
if (pImpl->ppStaticDefaults != nullptr) {