diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-10 20:11:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-11 12:26:56 +0100 |
commit | 6156d2fa9f67469d55fc9d01632e6d33a698fdf6 (patch) | |
tree | 0f52ee842443cedd422385beb6ac42376ba9b943 | |
parent | 2f13f0693de4c301898f304999225738334aadb0 (diff) |
Related: tdf#129300 make Automatic/Distributed state what is automatic
Change-Id: Ib246479761556858e92052edf86a18753d44c583
Reviewed-on: https://gerrit.libreoffice.org/84893
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | cui/source/tabpages/align.cxx | 1 | ||||
-rw-r--r-- | editeng/inc/strings.hrc | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/cui/source/tabpages/align.cxx b/cui/source/tabpages/align.cxx index 77b325d9f81b..44203405b9ff 100644 --- a/cui/source/tabpages/align.cxx +++ b/cui/source/tabpages/align.cxx @@ -315,7 +315,6 @@ bool AlignmentTabPage::FillItemSet( SfxItemSet* rSet ) // Special treatment for distributed alignment; we need to set the justify // method to 'distribute' to distinguish from the normal justification. - sal_uInt16 nWhichHorJM = GetWhich(SID_ATTR_ALIGN_HOR_JUSTIFY_METHOD); lcl_SetJustifyMethodToItemSet(*rSet, nWhichHorJM, *m_xLbHorAlign, ALIGNDLG_HORALIGN_DISTRIBUTED); if (!bChanged) diff --git a/editeng/inc/strings.hrc b/editeng/inc/strings.hrc index 7982997116b8..7ed30a3ef599 100644 --- a/editeng/inc/strings.hrc +++ b/editeng/inc/strings.hrc @@ -36,8 +36,8 @@ const char* RID_SVXITEMS_VERJUST[] = const char* RID_SVXITEMS_JUSTMETHOD[] = { // enum SvxCellJustifyMethod ---------------------------------------------------- - NC_("RID_SVXITEMS_JUSTMETHOD_AUTO", "Automatic"), - NC_("RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE", "Distributed") + NC_("RID_SVXITEMS_JUSTMETHOD_AUTO", "Automatic Justify"), + NC_("RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE", "Distributed Justify") }; #endif |