sd/source/core/drawdoc3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 57e38f9aaef1a5a83baed1166830a70917c53327 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Fri Mar 28 19:14:45 2025 +0000 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Fri Mar 28 21:53:11 2025 +0100 cid#1645527 Copy-paste error since: commit 4db90da301cff5b4bcedbe492d12bfa10e7577b7 tdf#45617 Refactor the member function SdDrawDocument::InsertBookmarkAsPage Change-Id: I87e00ee6289143388203e4366b1d3a58dd3a34c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183467 Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> Tested-by: Jenkins diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx index f848c9b9ba3c..d54f948fbc84 100644 --- a/sd/source/core/drawdoc3.cxx +++ b/sd/source/core/drawdoc3.cxx @@ -881,7 +881,7 @@ void SdDrawDocument::updateInsertedPages(PageInsertionParams& rParams, if (rParams.bScaleObjects) { ::tools::Rectangle aBorderRect(rParams.notesProps.left, rParams.notesProps.upper, rParams.notesProps.right, rParams.notesProps.lower); - rParams.mainProps.pPage->ScaleObjects(rParams.notesProps.size, aBorderRect, true); + rParams.notesProps.pPage->ScaleObjects(rParams.notesProps.size, aBorderRect, true); } rParams.mainProps.pPage->SetSize(rParams.notesProps.size);