summaryrefslogtreecommitdiff
path: root/svl/source/notify/SfxBroadcaster.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/notify/SfxBroadcaster.cxx')
-rw-r--r--svl/source/notify/SfxBroadcaster.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/notify/SfxBroadcaster.cxx b/svl/source/notify/SfxBroadcaster.cxx
index eaeed4dbee49..3b069b1989fc 100644
--- a/svl/source/notify/SfxBroadcaster.cxx
+++ b/svl/source/notify/SfxBroadcaster.cxx
@@ -20,7 +20,7 @@
#include <svl/SfxBroadcaster.hxx>
#include <svl/hint.hxx>
-#include <svl/smplhint.hxx>
+#include <svl/hint.hxx>
#include <svl/lstner.hxx>
#include <tools/debug.hxx>
@@ -55,7 +55,7 @@ void SfxBroadcaster::Broadcast( const SfxHint &rHint )
SfxBroadcaster::~SfxBroadcaster()
{
- Broadcast( SfxSimpleHint(SFX_HINT_DYING) );
+ Broadcast( SfxHint(SFX_HINT_DYING) );
// remove all still registered listeners
for (size_t i = 0; i < mpImpl->m_Listeners.size(); ++i)