sfx2/source/dialog/backingwindow.cxx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-)
New commits: commit 798be4453e4e9f7697bb67336e72796cd2ebc864 Author: Balazs Varga <balazs.varga.ext...@allotropia.de> AuthorDate: Thu Sep 7 23:17:52 2023 +0200 Commit: Balazs Varga <balazs.va...@collabora.com> CommitDate: Wed Aug 27 16:31:14 2025 +0200 Remove external link from start center brand image Change-Id: I601a65c526ba1c3b6e49f02a0401f04379c3e82b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156683 Reviewed-by: Gabor Kelemen <kelem...@ubuntu.com> Tested-by: Balazs Varga <balazs.varga.ext...@allotropia.de> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174996 Reviewed-by: Balazs Varga <balazs.varga.ext...@allotropia.de> Tested-by: allotropia jenkins <jenk...@allotropia.de> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190064 Reviewed-by: Balazs Varga <balazs.va...@collabora.com> Tested-by: Balazs Varga <balazs.va...@collabora.com> diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx index aa99605cefc9..fb8f62dcff6d 100644 --- a/sfx2/source/dialog/backingwindow.cxx +++ b/sfx2/source/dialog/backingwindow.cxx @@ -84,7 +84,7 @@ public: OutputDevice& rDevice = pDrawingArea->get_ref_device(); rDevice.SetBackground(Wallpaper(rStyleSettings.GetWindowColor())); - SetPointer(PointerStyle::RefHand); + // SetPointer(PointerStyle::RefHand); } virtual void Resize() override @@ -123,22 +123,6 @@ public: weld::CustomWidgetController::StyleUpdated(); } - virtual bool MouseButtonUp(const MouseEvent& rMEvt) override - { - if (rMEvt.IsLeft()) - { - OUString sURL = officecfg::Office::Common::Menus::ReleaseNotesURL::get(); - // localizeWebserviceURI(sURL); - - Reference<css::system::XSystemShellExecute> const xSystemShellExecute( - css::system::SystemShellExecute::create( - ::comphelper::getProcessComponentContext())); - xSystemShellExecute->execute(sURL, OUString(), - css::system::SystemShellExecuteFlags::URIS_ONLY); - } - return true; - } - virtual void Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle&) override { rRenderContext.DrawBitmapEx(Point(0, 0), maBrandImage);