summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/wrong.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-07-21 22:36:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-07-23 10:46:10 +0200
commit41b49f16e7c90c52eeb063f1c4f0ece9b35b51bc (patch)
tree7abaf683819ad26b488285ccf16656364d02d55a /sw/source/core/inc/wrong.hxx
parent051bb16057904647f11ec0b6ac0f4a245ea63531 (diff)
tdf#143464: fix SmartTag management
by putting back missing information in lcl_FillRecognizerData Regression from e98711c14db9348f4d3f7d0f5bbde9276a3e73bc loplugin:unusedfields in sw (2018-12-12) Change-Id: I2e99df1a712915851c30c018a1f7279756da72de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119346 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> (cherry picked from commit 717ec99667f5a9ab570f1c8581e2d7a0241c32f6) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119263 Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit 6d799778945e5481a50ffdbb908a188f6ec77aae) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119264
Diffstat (limited to 'sw/source/core/inc/wrong.hxx')
-rw-r--r--sw/source/core/inc/wrong.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/inc/wrong.hxx b/sw/source/core/inc/wrong.hxx
index ac1e2a4db165..c0e394d0c9c6 100644
--- a/sw/source/core/inc/wrong.hxx
+++ b/sw/source/core/inc/wrong.hxx
@@ -67,6 +67,7 @@ class SwWrongArea
{
public:
OUString maType;
+ css::uno::Reference< css::container::XStringKeyMap > mxPropertyBag;
sal_Int32 mnPos;
sal_Int32 mnLen;
SwWrongList* mpSubList;