diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-08 18:24:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-11 11:03:58 +0100 |
commit | 9bba3a604d12566bfb5e8ab8d2788fe8d3690a96 (patch) | |
tree | 99575c120c49c4c0541113ce3163dd0ec51064df /sc/source/ui/view/editsh.cxx | |
parent | f5926c8cfbd5af1fb7214428b4b03453b826f9a5 (diff) |
use more concrete type in ImpEditEngine::SetUndoManager
instead of dynamic_cast'ing to the type we want, and __ignoring__ the
parameter if it is not, just adjust the type that we want, which
luckily everything is already sending
Change-Id: If083e11c9818cdcae199afc1261efbdb652e1c76
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159295
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/view/editsh.cxx')
-rw-r--r-- | sc/source/ui/view/editsh.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/view/editsh.cxx b/sc/source/ui/view/editsh.cxx index 2c4328d78145..737418d51d4b 100644 --- a/sc/source/ui/view/editsh.cxx +++ b/sc/source/ui/view/editsh.cxx @@ -35,6 +35,7 @@ #include <editeng/flstitem.hxx> #include <editeng/fontitem.hxx> #include <editeng/urlfieldhelper.hxx> +#include <editeng/editund2.hxx> #include <svx/hlnkitem.hxx> #include <vcl/EnumContext.hxx> #include <editeng/postitem.hxx> |