diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-01-17 17:15:46 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-07-27 08:30:38 +0200 |
commit | a333479f014286129a79fbca2386f6a82df9fddc (patch) | |
tree | d778760de377ad47256188e95f83a2bfb2265525 /sd/source | |
parent | ff09dd0bdcd64503c15f4b9ee4cdf6238426437c (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>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137460
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Diffstat (limited to 'sd/source')
-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 a3ef3367534c..8af88de53951 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -120,7 +120,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> |