sd/source/core/drawdoc3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 54defd512cf9a5aa5453967c784661399d9f74d0 Author: Caolán McNamara <[email protected]> AuthorDate: Fri Mar 28 19:14:45 2025 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Sat Jan 31 11:32:27 2026 +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 <[email protected]> Tested-by: Jenkins (cherry picked from commit 57e38f9aaef1a5a83baed1166830a70917c53327) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198444 Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx index 641047d4dfe5..77588a7811c5 100644 --- a/sd/source/core/drawdoc3.cxx +++ b/sd/source/core/drawdoc3.cxx @@ -953,7 +953,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.notesProps.pPage->SetSize(rParams.notesProps.size);
