From 2be07e3c42b2c59a75f6ebb90e6f806c369483cb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 28 May 2024 18:46:37 +0200 Subject: avoid dynamic_cast in SwCursorShell Change-Id: Ic66c427f5096aea53d6634874d98620dd91744b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168165 Reviewed-by: Noel Grandin Tested-by: Jenkins --- include/svl/hint.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/svl/hint.hxx') diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx index 2ce114824045..b802f786312b 100644 --- a/include/svl/hint.hxx +++ b/include/svl/hint.hxx @@ -121,6 +121,7 @@ enum class SfxHintId { SwNavigatorUpdateTracking, SwNavigatorSelectOutlinesWithSelections, SwPreGraphicArrived, + SwPostGraphicArrived, SwGraphicPieceArrived, SwLinkedGraphicStreamArrived, SwLegacyModify, -- cgit