sw/inc/frmfmt.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 1261c20004befb168569966e0086314006c81f38 Author: Michael Stahl <[email protected]> AuthorDate: Fri Aug 15 17:43:45 2025 +0200 Commit: Michael Stahl <[email protected]> CommitDate: Mon Aug 18 13:13:33 2025 +0200 sw: fix mismerged and redundant comment Change-Id: I745dc8415936e4140be1dcbd76f0b2c626af48eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189698 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Jenkins diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx index 22108028ca4c..43f94cfaf7e8 100644 --- a/sw/inc/frmfmt.hxx +++ b/sw/inc/frmfmt.hxx @@ -208,8 +208,7 @@ class SW_DLLPUBLIC SwFlyFrameFormat final : public sw::SpzFrameFormat /// A tooltip has priority over an SwFormatURL and is not persisted to files. OUString msTooltip; - /** Both not existent. - it stores the previous position of Prt rectangle from RequestObjectResize + /** Stores the previous position of Prt rectangle from RequestObjectResize so it can be used to move frames of non-resizable objects to align them correctly when they get borders (this is done in SwWrtShell::CalcAndGetScale) */ Point m_aLastFlyFramePrtRectPos;
