svx/source/svdraw/svdmrkv.cxx |    1 +
 vcl/jsdialog/enabled.cxx      |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 6fec895e2b2d54e8f7c6398ef7e90145c1ca7559
Author:     Armin Le Grand (collabora) <[email protected]>
AuthorDate: Wed Nov 5 19:57:17 2025 +0100
Commit:     Armin Le Grand <[email protected]>
CommitDate: Thu Nov 6 16:56:24 2025 +0100

    Distribute information about SmartArt being selected
    
    Change-Id: I8175cc7e200a5194aa7dd671fa7dfef47d6007eb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193494
    Tested-by: Armin Le Grand <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Armin Le Grand <[email protected]>
    (cherry picked from commit 740753639028e037f738e2123d3584609ca85774)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193535
    Tested-by: Jenkins

diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx
index 50a9e2f3893d..6b1be04536af 100644
--- a/svx/source/svdraw/svdmrkv.cxx
+++ b/svx/source/svdraw/svdmrkv.cxx
@@ -986,6 +986,7 @@ void SdrMarkView::SetMarkHandlesForLOKit(tools::Rectangle 
const & rRect, const S
                 );
 
             aExtraInfo.append(", \"isMathObject\": " + 
OString::boolean(lcl_isStarMath(pO)));
+            aExtraInfo.append(", \"isDiagram\": " + 
OString::boolean(pO->isDiagram()));
 
             if (mpMarkedObj && !pOtherShell)
             {
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 6cbc3e21cc8e..a7806e04aa65 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -59,6 +59,7 @@ constexpr auto CuiDialogList
         { u"cui/ui/colorpage.ui" },
         { u"cui/ui/colorpickerdialog.ui" },
         { u"cui/ui/croppage.ui" },
+        { u"cui/ui/diagramdialog.ui" },
         { u"cui/ui/effectspage.ui" },
         { u"cui/ui/eventassigndialog.ui" },
         { u"cui/ui/fontfeaturesdialog.ui" },

Reply via email to