diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-04-26 20:53:15 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-04-27 02:51:18 +0200 |
commit | cb79692883e92de02d87b0662a431f6ff8fba9c8 (patch) | |
tree | 51c6855b348b722cf84c46b13f564f3557a920e0 /sc/uiconfig/scalc | |
parent | 9a555d79b3b00793edf1d51a8a7c76b723cc436d (diff) |
Remove wrong "toolti-text" in notebookbar.ui
This patch removes wrong "toolti-text" entries in Calc's notebookbar.ui
file.
Besides being wrong (the correct would be "tooltip-text"), these entries
do not make sense since tooltips are not supported in this manner by the
Tabbed UI.
Moreover, "toolti-textp" is not used in any of the notebookbar files.
Change-Id: I2f862cfe53a8de5fa1566fec7cc00c14d1bcc505
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151022
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sc/uiconfig/scalc')
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui index bbcc0b556fac..fc1e1cb91b75 100644 --- a/sc/uiconfig/scalc/ui/notebookbar.ui +++ b/sc/uiconfig/scalc/ui/notebookbar.ui @@ -3522,7 +3522,6 @@ <child> <object class="GtkMenuToolButton" id="Home-SetBorderStyle"> <property name="visible">True</property> - <property name="toolti_text" translatable="yes" context="CalcNotebookbar|bordertype|tooltip_text">Specify the borders of the selected cells.</property> <property name="halign">start</property> <property name="action_name">.uno:SetBorderStyle</property> </object> @@ -3799,7 +3798,6 @@ <child> <object class="GtkToolButton" id="Home-IncrementIndent"> <property name="visible">True</property> - <property name="toolti_text" translatable="yes" context="CalcNotebookbar|increaseindent1|tooltip_text">Increase Indent</property> <property name="is_important">True</property> <property name="action_name">.uno:IncrementIndent</property> <property name="use_underline">True</property> @@ -3812,7 +3810,6 @@ <child> <object class="GtkToolButton" id="Home-DecrementIndent"> <property name="visible">True</property> - <property name="toolti_text" translatable="yes" context="CalcNotebookbar|decreaseindent1|tooltip_text">Decrease Indent</property> <property name="is_important">True</property> <property name="action_name">.uno:DecrementIndent</property> <property name="use_underline">True</property> @@ -6359,7 +6356,6 @@ <child> <object class="GtkMenuToolButton" id="Layout-RowOperations"> <property name="visible">True</property> - <property name="toolti_text" translatable="yes" context="CalcNotebookbar|objectalign|tooltip_text">Object Align</property> <property name="halign">start</property> <property name="action_name">.uno:RowOperations</property> </object> @@ -6384,7 +6380,6 @@ <child> <object class="GtkMenuToolButton" id="Layout-ColumnOperations"> <property name="visible">True</property> - <property name="toolti_text" translatable="yes" context="CalcNotebookbar|objectalign|tooltip_text">Object Align</property> <property name="halign">start</property> <property name="action_name">.uno:ColumnOperations</property> </object> @@ -6812,7 +6807,6 @@ <child> <object class="GtkMenuToolButton" id="Layout-ObjectAlign"> <property name="visible">True</property> - <property name="toolti_text" translatable="yes" context="CalcNotebookbar|objectalign|tooltip_text">Object Align</property> <property name="halign">start</property> <property name="action_name">.uno:ObjectAlign</property> </object> |