diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-04-27 10:51:27 +0400 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-04-28 08:52:18 +0000 |
commit | 2b0be6c0e9d23f1b8535ba7033732ae2e3bfb5c9 (patch) | |
tree | 1196bfc05a4348fa08f75aaa71a088b9be53d40f /sw | |
parent | 1be56811950a81583c21d0d069257498e769561c (diff) |
tdf#86606 Removal of additional direct formatting
Change-Id: Ied176f9e90b78ad2437fe8c6037508be231f6ebe
Reviewed-on: https://gerrit.libreoffice.org/15547
Tested-by: Jenkins <ci@libreoffice.org>
Tested-by: David Tardon <dtardon@redhat.com>
Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/app/mn.src | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src index c6e38288feb5..7297344f120b 100644 --- a/sw/source/ui/app/mn.src +++ b/sw/source/ui/app/mn.src @@ -1024,24 +1024,6 @@ Menu MN_ANNOTATION_POPUPMENU { ItemList = { - MenuItem\ - {\ - ITEM_FORMAT_ATTR_CHAR_WEIGHT\ - };\ - MenuItem\ - {\ - ITEM_FORMAT_ATTR_CHAR_POSTURE\ - };\ - MenuItem\ - {\ - ITEM_FORMAT_ATTR_CHAR_UNDERLINE\ - };\ - MenuItem\ - {\ - ITEM_FORMAT_ATTR_CHAR_STRIKEOUT\ - };\ - SEPARATOR ; - SEPARATOR ; MN_ANNOTATIONS }; }; |