sfx2/source/appl/sfxhelp.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 3eb73e8bca02d2f0b16bc38c880dc529c83e23bc
Author:     Andras Timar <[email protected]>
AuthorDate: Fri Jan 19 15:49:49 2024 +0100
Commit:     Christian Lohmaier <[email protected]>
CommitDate: Thu Feb 8 13:31:13 2024 +0100

    LOK: disable popup bubble for hyperlinks
    
    Change-Id: I0ca21a90561affa453bd249c86e58793618f809e
    (cherry picked from commit 88fea772610a4feef018ba03fd19749841772225)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162287
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <[email protected]>

diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index b596a4e33efa..785872ddee0b 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -665,6 +665,10 @@ OUString SfxHelp::GetHelpText(const OUString& aCommandURL, 
const weld::Widget* p
 
 OUString SfxHelp::GetURLHelpText(std::u16string_view aURL)
 {
+    // hyperlinks are handled differently in Online
+    if (comphelper::LibreOfficeKit::isActive())
+        return OUString();
+
     bool bCtrlClickHlink = 
SvtSecurityOptions::IsOptionSet(SvtSecurityOptions::EOption::CtrlClickHyperlink);
 
     // "ctrl-click to follow link:" for not MacOS

Reply via email to