summaryrefslogtreecommitdiffstats
path: root/extras/source/templates/draw/bpmn/content.xml
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2024-04-27 10:52:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-04-28 13:38:02 +0200
commit83236587bfca52513515b0b7a7dbfa18eed11503 (patch)
tree9688384bf9bccf2f62a8e16956d7e893f2873d32 /extras/source/templates/draw/bpmn/content.xml
parentRevert "tdf#160827: fix crash when retrieving _MarkAsFinal value (docx)" (diff)
downloadcore-master.tar.gz
core-master.zip
tdf#159625: fix "allow to split paragraph" HEADmaster
2 pbs here: 1) bug described in the bugtracker, the uncheck isn't kept => just remove all the buggy GetOldItem stuff 2) after unchecked the option then saving the file and reloading the file, the option is still checked => change the buggy rOutSet->Put( SvxFormatSplitItem( eState == TRISTATE_FALSE, _nWhich ) ); to rOutSet->Put( SvxFormatSplitItem( eState == TRISTATE_TRUE, _nWhich ) ); In fact, I just mimicked the code used for "keep paragraphs" which works well. Also change the QA test since "allow to split paragraph" is checked by default so if the QA simulates a click on it, we expect the value to be false when dialog is opened again Change-Id: I947feb02e0c282304621a252ad5e4c168c1d295a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166774 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extras/source/templates/draw/bpmn/content.xml')
0 files changed, 0 insertions, 0 deletions