svx/source/svdraw/svdmrkv.cxx | 1 + vcl/jsdialog/enabled.cxx | 1 + 2 files changed, 2 insertions(+)
New commits: commit 740753639028e037f738e2123d3584609ca85774 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 13:34:27 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]> diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx index ed79f7521e4a..4f50c3710683 100644 --- a/svx/source/svdraw/svdmrkv.cxx +++ b/svx/source/svdraw/svdmrkv.cxx @@ -1007,6 +1007,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 c78a1fd63f26..21d3edb44fb9 100644 --- a/vcl/jsdialog/enabled.cxx +++ b/vcl/jsdialog/enabled.cxx @@ -65,6 +65,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" },
