summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTamás Zolnai <zolnaitamas2000@gmail.com>2016-12-09 01:49:27 +0000
committerTamás Zolnai <tamas.zolnai@collabora.com>2016-12-09 09:16:17 +0000
commite0d8c3821b8fa1e7d00f7b4a7d007f9cb5c592a5 (patch)
treeb4758e001981e2c67f38974f86810332a3dcff50 /include
parenttdf#104495: prevent autotext to crash when drag&drop (diff)
downloadcore-e0d8c3821b8fa1e7d00f7b4a7d007f9cb5c592a5.tar.gz
core-e0d8c3821b8fa1e7d00f7b4a7d007f9cb5c592a5.zip
tdf#93430: Cannot get accessible text attributes for 'Not in dictionary' entry
Change-Id: Iaa2b4fdb582025b763d43f0f24960e2ccee708e3 Reviewed-on: https://gerrit.libreoffice.org/31778 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/vclmedit.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/vclmedit.hxx b/include/vcl/vclmedit.hxx
index 41663b461097..b772aea6829d 100644
--- a/include/vcl/vclmedit.hxx
+++ b/include/vcl/vclmedit.hxx
@@ -32,6 +32,8 @@ class TextView;
class VCL_DLLPUBLIC VclMultiLineEdit : public Edit
{
+ friend class VCLXAccessibleEdit;
+
private:
ImpVclMEdit* pImpVclMEdit;