sw/source/uibase/wrtsh/wrtsh1.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7dc09065d87ae9a09cb7a78116027cb90df88fe9
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Fri Sep 16 12:22:38 2022 +0300
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Mon Sep 19 08:40:14 2022 +0200

    lok: really edit equations inline
    
    Omission from commit e67d1e1aa7c64f317ae39bfa4fdfdd9eae2ae383
    
    Change-Id: I350c1d38cba4c451fb3e744ba778b21daa4bfaea
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140061
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/sw/source/uibase/wrtsh/wrtsh1.cxx 
b/sw/source/uibase/wrtsh/wrtsh1.cxx
index 79a7bd363a54..3ca2d158c021 100644
--- a/sw/source/uibase/wrtsh/wrtsh1.cxx
+++ b/sw/source/uibase/wrtsh/wrtsh1.cxx
@@ -650,7 +650,7 @@ void SwWrtShell::LaunchOLEObj(sal_Int32 nVerb)
     if (comphelper::LibreOfficeKit::isActive())
     {
         const auto classId = xRef->getClassID();
-        if (!SotExchange::IsChart(classId) /* && !SotExchange::IsMath(classId) 
*/)
+        if (!SotExchange::IsChart(classId) && !SotExchange::IsMath(classId))
             return;
     }
 

Reply via email to