summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-10-30 10:01:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-10-30 16:49:03 +0100
commit9e862bad71528addc57567db679e22ae176760ce (patch)
tree1e8940c5a8163ef0a14fd618174a22bcbe514593 /sw/source/filter/ww8/ww8par.hxx
parent60dbe21f59a45889c433727d0862c9a4274d94d2 (diff)
ofz#26753 avoid infinite regress
Change-Id: I3f5f14aa63c234ffdf1acd8bb730ce0ff08c7a81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105043 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/filter/ww8/ww8par.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 37ff8b1275ae..01020a3343a1 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -1757,7 +1757,7 @@ public: // really private, but can only be done public
void SetRelativeJustify( bool bRel );
bool IsRelativeJustify();
- bool IsRelativeJustify( sal_uInt16 nColl );
+ bool IsRelativeJustify(sal_uInt16 nColl, o3tl::sorted_vector<sal_uInt16>& rVisitedStyles);
void Read_Justify(sal_uInt16, const sal_uInt8*, short nLen);
void Read_IdctHint(sal_uInt16, const sal_uInt8*, short nLen);