summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-06-05 16:18:50 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-06-08 03:10:22 +0200
commit35877045bbf7ad37a86e6992d6047154bde61959 (patch)
treebe3187d28a0e72a68573e1cd5f46cce90394dd01 /cui/source/inc
parent9518b5ebaf550525d30771ede57a1ebc24d9125a (diff)
crash on double-clicking an entry in Available language modules
tools, options, language settings, writing aids, entry in Available language modules Change-Id: I0146a313cfae206bc9399c964a746dd00cba0fa2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95564 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/optlingu.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/cui/source/inc/optlingu.hxx b/cui/source/inc/optlingu.hxx
index d4d568708bea..b389733b1651 100644
--- a/cui/source/inc/optlingu.hxx
+++ b/cui/source/inc/optlingu.hxx
@@ -75,8 +75,9 @@ public:
virtual ~SvxEditModulesDlg() override;
};
-// class SvxLinguTabPage -------------------------------------------------
+struct ImplSVEvent;
+// class SvxLinguTabPage -------------------------------------------------
class SvxLinguTabPage : public SfxTabPage
{
private:
@@ -95,6 +96,8 @@ private:
int nUPN_HYPH_MIN_LEADING;
int nUPN_HYPH_MIN_TRAILING;
+ ImplSVEvent* m_nDlbClickEventId;
+
css::uno::Reference<
css::linguistic2::XLinguProperties > xProp;