editeng/inc/TextPortion.hxx | 1 - editeng/source/editeng/impedit3.cxx | 1 - 2 files changed, 2 deletions(-)
New commits: commit 7ad5ed8aeddce59bab99260034de8ebe342165d9 Author: Noel Grandin <[email protected]> AuthorDate: Wed Aug 13 15:41:22 2025 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Wed Aug 13 19:35:14 2025 +0200 bFirstCharIsRightPunctuation is unused since commit 83ffcdd964611c739e5235e829d015c4965b55d7 Author: Armin Le Grand (collabora) <[email protected]> Date: Mon Aug 4 14:15:15 2025 +0200 StripPortions: Further simplify EditEngine Change-Id: I93bf65d053b76b9402cc3352185e458073fdd63c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189515 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/editeng/inc/TextPortion.hxx b/editeng/inc/TextPortion.hxx index 84c964340f55..2611e709ba97 100644 --- a/editeng/inc/TextPortion.hxx +++ b/editeng/inc/TextPortion.hxx @@ -68,7 +68,6 @@ struct ExtraPortionInfo sal_uInt16 nMaxCompression100thPercent = 0; AsianCompressionFlags nAsianCompressionTypes = AsianCompressionFlags::Normal; - bool bFirstCharIsRightPunctuation = false; bool bCompressed = false; std::unique_ptr<double[]> pOrgDXArray; diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx index b38c794b708a..235d962427ad 100644 --- a/editeng/source/editeng/impedit3.cxx +++ b/editeng/source/editeng/impedit3.cxx @@ -4859,7 +4859,6 @@ bool ImpEditEngine::ImplCalcAsianCompression(ContentNode* pNode, } else { - pTextPortion->GetExtraInfos()->bFirstCharIsRightPunctuation = true; pTextPortion->GetExtraInfos()->nPortionOffsetX = -nCompress; } }
