summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/controller/SlsTransferableData.cxx')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsTransferableData.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx b/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx
index 34b85638bd31..f2935097d846 100644
--- a/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx
@@ -72,7 +72,7 @@ void TransferableData::Notify (SfxBroadcaster&, const SfxHint& rHint)
{
if (mpViewShell)
{
- if (rHint.GetId() == SFX_HINT_DYING)
+ if (rHint.GetId() == SfxHintId::Dying)
{
// This hint may come either from the ViewShell or from the
// document (registered by SdTransferable). We do not know