diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2024-05-28 18:46:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-29 12:55:15 +0200 |
commit | 2be07e3c42b2c59a75f6ebb90e6f806c369483cb (patch) | |
tree | af753f0ab6ce7a8de833ea911964bb29e02f3acb /include/svl/hint.hxx | |
parent | 3a604beae75a1157e9bb4cf620cc7ad4d007ab45 (diff) |
avoid dynamic_cast in SwCursorShell
Change-Id: Ic66c427f5096aea53d6634874d98620dd91744b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168165
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'include/svl/hint.hxx')
-rw-r--r-- | include/svl/hint.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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, |