diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-02 14:37:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-03 10:08:42 +0200 |
commit | 5785fc06836607b3a0a25e649d81b8607b22d4af (patch) | |
tree | cbac275eff0142fd79cc24acd59a0f39cee64ed4 /sc/source/ui/inc/tphfedit.hxx | |
parent | ed5064d819ff423766311516f2cdf0707b41cab3 (diff) |
Resolves: tdf#126935 a11y for hosted EditEngine
move it to svx so we can reuse the a11y code in svx for
EditEngines hosted in shapes to provide a11y for EditEngines
hosted in a native widget
Change-Id: I4068c413cdb8ddb0d0ef899774fbe9f65e1bdc60
Reviewed-on: https://gerrit.libreoffice.org/78407
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/inc/tphfedit.hxx')
-rw-r--r-- | sc/source/ui/inc/tphfedit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/tphfedit.hxx b/sc/source/ui/inc/tphfedit.hxx index 175c0fa443d3..d5937766300a 100644 --- a/sc/source/ui/inc/tphfedit.hxx +++ b/sc/source/ui/inc/tphfedit.hxx @@ -23,7 +23,7 @@ #include <scdllapi.h> #include <cppuhelper/weakref.hxx> #include <tools/wintypes.hxx> -#include <editeng/weldeditview.hxx> +#include <svx/weldeditview.hxx> #include <editeng/svxenum.hxx> #include <vcl/customweld.hxx> |