chart2/source/tools/ChartColorPalettes.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b571fc0f4a9eec7e5410b15ac8076adfd787d64f Author: Marco Cecchetti <marco.cecche...@collabora.com> AuthorDate: Thu Jun 12 19:19:32 2025 +0200 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Fri Jun 13 09:08:12 2025 +0200 lok: chart: send value set info: move from 'update' to 'action' now we send action: 'action' instead of 'update' Change-Id: I023c3ad1e623596627426c563fb0cf82766407f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186428 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/chart2/source/tools/ChartColorPalettes.cxx b/chart2/source/tools/ChartColorPalettes.cxx index 73742c6b30c1..0043f0df8567 100644 --- a/chart2/source/tools/ChartColorPalettes.cxx +++ b/chart2/source/tools/ChartColorPalettes.cxx @@ -68,7 +68,7 @@ void ChartColorPalettes::sendItemInfo() const tools::JsonWriter aJsonWriter; aJsonWriter.put("jsontype", "valueset"); - aJsonWriter.put("action", "update"); + aJsonWriter.put("action", "action"); aJsonWriter.put("drawingarea", msDrawingAreaId); aJsonWriter.put("itemwidth", BORDER * 6 + SIZE * ChartColorPaletteSize / 2); aJsonWriter.put("itemheight", BORDER * 4 + SIZE * 2);