summaryrefslogtreecommitdiffstats
path: root/sw/source/core/inc/layact.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-07-15 14:13:35 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2021-11-17 19:19:34 +0100
commit7785d980d64fd2a98027d1f485de39c8280ba7e7 (patch)
tree2cb05797a906e2525c049278937770e7b4a7ff43 /sw/source/core/inc/layact.hxx
parentcrashtesting: UaF on layout of ooo98566-1.odt (diff)
downloadcore-7785d980d64fd2a98027d1f485de39c8280ba7e7.tar.gz
core-7785d980d64fd2a98027d1f485de39c8280ba7e7.zip
Only change SwLayAction::m_bAgain via SetAgain
no logic change intended Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118983 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 3a5383892e1f0e22558cd56cb77d56a09c515b7a) Change-Id: Ib0174f8040faa3efde7b9c5ba9b062bac5a35da3
Diffstat (limited to 'sw/source/core/inc/layact.hxx')
-rw-r--r--sw/source/core/inc/layact.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/layact.hxx b/sw/source/core/inc/layact.hxx
index 9240ef9d2a98..4e9a01d34830 100644
--- a/sw/source/core/inc/layact.hxx
+++ b/sw/source/core/inc/layact.hxx
@@ -146,7 +146,7 @@ public:
void SetReschedule ( bool bNew ) { m_bReschedule = bNew; }
void SetWaitAllowed ( bool bNew ) { m_bWaitAllowed = bNew; }
- void SetAgain() { m_bAgain = true; }
+ void SetAgain(bool bAgain) { m_bAgain = bAgain; }
void SetUpdateExpFields() {m_bUpdateExpFields = true; }
inline void SetCheckPageNum( sal_uInt16 nNew );