summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undosort.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/undo/undosort.cxx')
-rw-r--r--sc/source/ui/undo/undosort.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/undo/undosort.cxx b/sc/source/ui/undo/undosort.cxx
index f8d12664225f..4b1ec6bab60b 100644
--- a/sc/source/ui/undo/undosort.cxx
+++ b/sc/source/ui/undo/undosort.cxx
@@ -66,7 +66,7 @@ void UndoSort::Execute( bool bUndo )
rDoc.SetDirty(maParam.maSortRange, true);
if (!aParam.mbUpdateRefs)
- rDoc.BroadcastCells(aParam.maSortRange, SC_HINT_DATACHANGED);
+ rDoc.BroadcastCells(aParam.maSortRange, SfxHintId::ScDataChanged);
pDocShell->PostPaint(maParam.maSortRange, PaintPartFlags::Grid);
pDocShell->PostDataChanged();