cui/source/tabpages/align.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit d7fcea6fd86d4127306333eb63ece9c8b8e26a3f
Author: Caolán McNamara <[email protected]>
AuthorDate: Wed Nov 20 09:49:12 2019 +0000
Commit: Caolán McNamara <[email protected]>
CommitDate: Wed Nov 20 12:16:10 2019 +0100
Resolves: tdf#128811 Alignment option "Distributed" not working in calc
Change-Id: I605b62ef0dfa29db93e4d7df8285a05a12bda8e3
Reviewed-on: https://gerrit.libreoffice.org/83270
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Caolán McNamara <[email protected]>
diff --git a/cui/source/tabpages/align.cxx b/cui/source/tabpages/align.cxx
index c82d07848d07..e79a39607d73 100644
--- a/cui/source/tabpages/align.cxx
+++ b/cui/source/tabpages/align.cxx
@@ -187,6 +187,7 @@ bool AlignmentTabPage::FillItemSet( SfxItemSet* rSet )
eJustify = SvxCellHorJustify::Right;
break;
case ALIGNDLG_HORALIGN_BLOCK:
+ case ALIGNDLG_HORALIGN_DISTRIBUTED:
eJustify = SvxCellHorJustify::Block;
break;
case ALIGNDLG_HORALIGN_FILL:
@@ -221,6 +222,7 @@ bool AlignmentTabPage::FillItemSet( SfxItemSet* rSet )
eJustify = SvxCellVerJustify::Bottom;
break;
case ALIGNDLG_VERALIGN_BLOCK:
+ case ALIGNDLG_VERALIGN_DISTRIBUTED:
eJustify = SvxCellVerJustify::Block;
break;
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits