sc/uiconfig/scalc/ui/sparklinedialog.ui | 7 +++++++ 1 file changed, 7 insertions(+)
New commits: commit c580105fcb11386aaf10abb2e653a75a37d5bdcc Author: Julien Nabet <[email protected]> AuthorDate: Mon Jun 9 22:39:27 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Tue Jun 10 09:56:59 2025 +0200 Fix invalid cast from 'GtkImage' to 'GtkLabel' in sparklinedialog.ui Change-Id: Ia5aea6ef3432a9d09ce066b1f4af299083b7d743 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186307 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/uiconfig/scalc/ui/sparklinedialog.ui b/sc/uiconfig/scalc/ui/sparklinedialog.ui index 4196d2e8d7db..7c42d26f2858 100644 --- a/sc/uiconfig/scalc/ui/sparklinedialog.ui +++ b/sc/uiconfig/scalc/ui/sparklinedialog.ui @@ -287,6 +287,7 @@ <property name="halign">start</property> <property name="xalign">0</property> <property name="draw-indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -334,6 +335,7 @@ <property name="halign">start</property> <property name="xalign">0</property> <property name="draw-indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -381,6 +383,7 @@ <property name="halign">start</property> <property name="xalign">0</property> <property name="draw-indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -428,6 +431,7 @@ <property name="halign">start</property> <property name="xalign">0</property> <property name="draw-indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -475,6 +479,7 @@ <property name="halign">start</property> <property name="xalign">0</property> <property name="draw-indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -522,6 +527,7 @@ <property name="halign">start</property> <property name="xalign">0</property> <property name="draw-indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -569,6 +575,7 @@ <property name="halign">start</property> <property name="xalign">0</property> <property name="draw-indicator">True</property> + <property name="label" translatable="no"></property> <child> <placeholder/> </child>
