diff options
author | László Németh <nemeth@numbertext.org> | 2020-08-26 12:41:02 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2020-08-27 09:18:30 +0200 |
commit | 305c8993788b32685a1e6bfc8999fd8a43fcfdaf (patch) | |
tree | 88cdd7feb1267283dd2c0fdf9b4ebf623ee58854 /sw/uiconfig/swriter | |
parent | a2b48254e4ce731edcdbd2f3fa9f6720ae676ae8 (diff) |
tdf#123390 sw: add table formula SIGN
for DOCX interoperability.
See also commit 4d9b72d1c3929eca04c7a2e363ab6214676b0f64
(tdf#123390 DOCX import: fix SIGN formula).
Change-Id: I60896e2bf8fb96b8a71d426d50fdea3d212854b8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101398
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sw/uiconfig/swriter')
-rw-r--r-- | sw/uiconfig/swriter/ui/inputwinmenu.ui | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/inputwinmenu.ui b/sw/uiconfig/swriter/ui/inputwinmenu.ui index 5edaeefec5fa..947e78697c77 100644 --- a/sw/uiconfig/swriter/ui/inputwinmenu.ui +++ b/sw/uiconfig/swriter/ui/inputwinmenu.ui @@ -265,6 +265,14 @@ <property name="use_underline">True</property> </object> </child> + <child> + <object class="GtkMenuItem" id="sign"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="inputwinmenu|sign">Sign</property> + <property name="use_underline">True</property> + </object> + </child> </object> </child> </object> |