diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-02-10 20:35:23 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-02-17 14:44:26 +0100 |
commit | 66708c95afa8ef7f0fcbbe0667405e3e3881c4c9 (patch) | |
tree | 07fd98ff669fa45c989ddf2345f9b3d91fc518cc /sw/uiconfig | |
parent | 73c69c96e3b582858cff5527fdd43157cffc5600 (diff) |
tdf#130448 More natural order of Text orientation drowdown items
Change-Id: I628dac9daeac5da623125f2d0a46b41e9376fae3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88410
Tested-by: Jenkins
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/tabletextflowpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/tabletextflowpage.ui b/sw/uiconfig/swriter/ui/tabletextflowpage.ui index ef46e8eafc96..fc4baf97632c 100644 --- a/sw/uiconfig/swriter/ui/tabletextflowpage.ui +++ b/sw/uiconfig/swriter/ui/tabletextflowpage.ui @@ -297,8 +297,8 @@ <items> <item id="0" translatable="yes" context="tabletextflowpage|liststore1">Horizontal</item> <item id="2" translatable="yes" context="tabletextflowpage|liststore1">Vertical (top to bottom)</item> - <item id="4" translatable="yes" context="tabletextflowpage|liststore1">Use superordinate object settings</item> <item id="5" translatable="yes" context="tabletextflowpage|liststore1">Vertical (bottom to top)</item> + <item id="4" translatable="yes" context="tabletextflowpage|liststore1">Use superordinate object settings</item> </items> </object> <packing> |