diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2017-12-04 20:19:28 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-12-09 09:45:22 +0100 |
commit | 686e55d9e87b8dd7a3cfe22f9a6df9c77de3ce09 (patch) | |
tree | a50b8e17ce887e94aae4c1d1343a4f7033789f14 /include/svx | |
parent | ccc4a306ef8b7db1d2bc8a48cfdec896084b8839 (diff) |
tdf#113959 Use svxlo-FrameDirectionListBox instead of ListBox
To reduce the number of translatable stings
Change-Id: I1aeea6767d3389dd24a5bf8b074817ef601502a7
Reviewed-on: https://gerrit.libreoffice.org/45823
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/strings.hrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc index 1143bb74bd37..cd670874e1e6 100644 --- a/include/svx/strings.hrc +++ b/include/svx/strings.hrc @@ -1628,6 +1628,10 @@ #define RID_SUBSETSTR_SYRIAC_SUPPLEMENT NC_("RID_SUBSETMAP", "Syriac Supplement") #define RID_SUBSETSTR_ZANABAZAR_SQUARE NC_("RID_SUBSETMAP", "Zanabazar Square") +#define RID_SVXSTR_FRAMEDIR_LTR NC_("RID_SVXSTR_FRAMEDIR_LTR", "Left-to-right (LTR)") +#define RID_SVXSTR_FRAMEDIR_RTL NC_("RID_SVXSTR_FRAMEDIR_RTL", "Right-to-left (RTL)") +#define RID_SVXSTR_FRAMEDIR_SUPER NC_("RID_SVXSTR_FRAMEDIR_SUPER", "Use superordinate object settings") + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |