sd/source/ui/func/fudraw.cxx | 2 +- sd/source/ui/unoidl/unomodel.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 6e79ce684280d8954215a6941fcd290271114c34 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Thu Aug 14 12:16:53 2025 +0500 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Thu Aug 14 13:32:36 2025 +0200 Revert unrelated changes From commit fdd24dabb6f8c520e8307bacab2bd8b09ebc763d (tdf#145967: Initial support for docs with restricted embedded fonts, 2025-08-12). These were from an unrelated experiment. Change-Id: Ifadbcc4fbd967810e753a5a9bbae4f13cd67c908 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189564 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx index acbc2d412880..bb1811ab037f 100644 --- a/sd/source/ui/func/fudraw.cxx +++ b/sd/source/ui/func/fudraw.cxx @@ -245,7 +245,7 @@ bool FuDraw::MouseMove(const MouseEvent& rMEvt) bOrtho = rMEvt.IsShift() != pFrameView->IsOrtho(); } - bool bSnapModPressed = mpView->IsDragObj() ? rMEvt.IsMod2() : rMEvt.IsMod1(); + bool bSnapModPressed = rMEvt.IsMod2(); mpView->SetDragWithCopy(rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); if (mpView->IsOrtho() != bOrtho) diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index 07d52cb6440f..8ccf6990c85d 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -2889,7 +2889,7 @@ uno::Any SAL_CALL SdXImpressDocument::getPropertyValue( const OUString& Property uno::Any aAny; if( nullptr == mpDoc ) - throw lang::DisposedException({}, getXWeak()); + throw lang::DisposedException(); const SfxItemPropertyMapEntry* pEntry = mpPropSet->getPropertyMapEntry(PropertyName);