starmath/source/view.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e67d1e1aa7c64f317ae39bfa4fdfdd9eae2ae383
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Fri Aug 26 19:53:56 2022 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Fri Aug 26 23:24:51 2022 +0200

    lok: Edit equations inline
    
    Change-Id: I0d3954f4000cf0e7b17b5cd2944329c2ebb8ea00
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138830
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 4566b3156628..f2d5859a0da1 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -2226,8 +2226,8 @@ void SmViewShell::Notify( SfxBroadcaster& , const 
SfxHint& rHint )
 
 bool SmViewShell::IsInlineEditEnabled()
 {
-    return /* comphelper::LibreOfficeKit::isActive()
-           || */ officecfg::Office::Common::Misc::ExperimentalMode::get();
+    return comphelper::LibreOfficeKit::isActive()
+           || officecfg::Office::Common::Misc::ExperimentalMode::get();
 }
 
 void SmViewShell::ZoomByItemSet(const SfxItemSet *pSet)

Reply via email to