summaryrefslogtreecommitdiff
path: root/sfx2/source/control/bindings.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/bindings.cxx')
-rw-r--r--sfx2/source/control/bindings.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx
index 371ff8f0d4ee..61d1630ccca2 100644
--- a/sfx2/source/control/bindings.cxx
+++ b/sfx2/source/control/bindings.cxx
@@ -1198,7 +1198,7 @@ void SfxBindings::UpdateSlotServer_Impl()
}
pImpl->bMsgDirty = pImpl->bAllMsgDirty = false;
- Broadcast( SfxSimpleHint(SFX_HINT_DOCCHANGED) );
+ Broadcast( SfxHint(SFX_HINT_DOCCHANGED) );
}
@@ -1537,7 +1537,7 @@ bool SfxBindings::NextJob_Impl(Timer * pTimer)
// Update round is finished
pImpl->bInNextJob = false;
- Broadcast(SfxSimpleHint(SFX_HINT_UPDATEDONE));
+ Broadcast(SfxHint(SFX_HINT_UPDATEDONE));
return true;
#ifdef DBG_UTIL
}
@@ -1704,7 +1704,7 @@ void SfxBindings::SetDispatcher( SfxDispatcher *pDisp )
}
}
- Broadcast( SfxSimpleHint( SFX_HINT_DATACHANGED ) );
+ Broadcast( SfxHint( SFX_HINT_DATACHANGED ) );
if ( pDisp )
{