diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-01-17 17:15:46 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-01-25 17:36:08 +0100 |
commit | 737a270c61cd2038ede7911b7d7b4afcf020f53c (patch) | |
tree | 8239c2032b791ace1788ab4f8035aef051392a2f /sd | |
parent | 0b9a4fd995c36c5348026f277aa28564615f2aad (diff) |
lok: enable in-place editing of math equations
Change-Id: Ic4d187d1e2ee92eab74a6bb43e47bb4f3d47ebd2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128506
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/unoidl/unomodel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index 1fb8982a17fa..0bfd6fd3dc74 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -119,7 +119,7 @@ #include <drawinglayer/primitive2d/structuretagprimitive2d.hxx> -#include <sfx2/lokcharthelper.hxx> +#include <sfx2/lokcomponenthelpers.hxx> #include <tools/gen.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> |