diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-06-15 20:34:27 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-06-17 17:28:24 +0200 |
commit | 52fd9f6a447509f5ea83abe64ca4a9f9bdb24af9 (patch) | |
tree | 67b1ce405f56b5350939f387b8237a86f38d3a41 | |
parent | cec3159446794b0a536c475fe00b33508bb7982b (diff) |
Gtk warnings about missing labels
a problem since:
commit 164596c00b4361b5b378609f026a1b11ac653970
Date: Tue Nov 14 12:13:21 2023 +0100
resave with newer glade version
Change-Id: I2b69229c59ee07939da43b3013f64041c74f5967
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168930
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
-rw-r--r-- | sw/uiconfig/swriter/ui/optredlinepage.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/optredlinepage.ui b/sw/uiconfig/swriter/ui/optredlinepage.ui index f3dff70c519b..e20a3fc48024 100644 --- a/sw/uiconfig/swriter/ui/optredlinepage.ui +++ b/sw/uiconfig/swriter/ui/optredlinepage.ui @@ -91,6 +91,7 @@ <property name="receives-default">False</property> <property name="hexpand">True</property> <property name="xalign">0</property> + <property name="label" translatable="no"></property> <property name="draw-indicator">True</property> <child> <placeholder/> @@ -248,6 +249,7 @@ <property name="receives-default">False</property> <property name="hexpand">True</property> <property name="xalign">0</property> + <property name="label" translatable="no"></property> <property name="draw-indicator">True</property> <child> <placeholder/> @@ -405,6 +407,7 @@ <property name="receives-default">False</property> <property name="hexpand">True</property> <property name="xalign">0</property> + <property name="label" translatable="no"></property> <property name="draw-indicator">True</property> <child> <placeholder/> @@ -518,6 +521,7 @@ <property name="receives-default">False</property> <property name="hexpand">True</property> <property name="xalign">0</property> + <property name="label" translatable="no"></property> <property name="draw-indicator">True</property> <child> <placeholder/> |