diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2023-02-11 12:24:38 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-02-15 10:47:09 +0000 |
commit | 0723238a88ae16af061f0a050b704d2299a28a9a (patch) | |
tree | 057c4675d9690153f567be7c82b583b1d8bef69a /include/svl | |
parent | ef0d23e6b7a8330e070c93a59c33b0ce4a8896d5 (diff) |
replace RES_GRAPHIC_PIECE_ARRIVED and RES_LINKED_GRAPHIC_STREAM_ARRIVED
- also use SfxHintIds and get rid of some dynamic_casts
Change-Id: Id12d72fb726c1d747008f72defd6ba9eba3ba253
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146820
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/hint.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx index e0807ca89cae..c3d0336ac790 100644 --- a/include/svl/hint.hxx +++ b/include/svl/hint.hxx @@ -117,6 +117,9 @@ enum class SfxHintId { SwSectionFrameMoveAndDelete, SwNavigatorUpdateTracking, SwNavigatorSelectOutlinesWithSelections, + SwPreGraphicArrived, + SwGraphicPieceArrived, + SwLinkedGraphicStreamArrived, SwLegacyModify, SwCollectTextMarks, SwCollectTextTOXMarksForLayout, |