summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2023-10-06 16:18:47 +0100
committerCaolán McNamara <caolan.mcnamara@collabora.com>2023-10-07 01:16:24 +0200
commitb4ff0e5fd8e94155cfcb0ab9f9d0ee590f9bee7c (patch)
tree0d86377aa9b5ee2b09c81f01cdf55c3f648fef53 /include/svtools
parente0c33ec15f53a01fa3ee07489871bbe09bb5c9c3 (diff)
ofz#63032 urp stack too deep
Change-Id: I13496c629e48128e3d916f3033394392bca3524c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157656 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/parrtf.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/parrtf.hxx b/include/svtools/parrtf.hxx
index 136026f56990..980b83c9cbfe 100644
--- a/include/svtools/parrtf.hxx
+++ b/include/svtools/parrtf.hxx
@@ -37,6 +37,7 @@ class SVT_DLLPUBLIC SvRTFParser : public SvParser<int>
{
std::stack< RtfParserState_Impl > aParserStates;
int nOpenBrackets;
+ int nUPRLevel;
rtl_TextEncoding eCodeSet;
sal_uInt8 nUCharOverread;