sw/source/core/layout/fly.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d5e00871def3d67be63a240991dd0888ff8ac3bb Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Jun 20 19:14:39 2024 +0200 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Thu Jun 20 23:50:10 2024 +0200 Fix typo Change-Id: I7faabbb1906ce12978de4c8ddad7b1edf5bad4e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169230 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net> diff --git a/sw/source/core/layout/fly.cxx b/sw/source/core/layout/fly.cxx index 0ed011effe79..5ad4d6e096b3 100644 --- a/sw/source/core/layout/fly.cxx +++ b/sw/source/core/layout/fly.cxx @@ -2487,7 +2487,7 @@ bool SwFlyFrame::IsResizeValid(const SwBorderAttrs *pAttrs, Size aTargetSize) } // if not valid resize, and both AutoSizeWidth and AutoSizeHeight, - // then consider resize is valid if any one of the dimensions was changed from it's original size + // then consider resize is valid if any one of the dimensions was changed from its original size // (the frame's dimensions), and the destination dimension is a valid one. if (bAutosizeWidth && bAutosizeHeight && !bIsValidResize) {