diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-08 12:39:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-09 07:25:29 +0000 |
commit | 9b95093950436caebd45a06008929427869844fa (patch) | |
tree | b5d08ffb144c208b5b6135258e0ca0a48b28acf7 /sw | |
parent | 967d0089a16ad236a0fb9f5bba7fafd2327745a9 (diff) |
convert SvxCellHorJustify to scoped enum
Change-Id: I0dd88b5bf9e1aededfa2d94b6b2d3d26694fff33
Reviewed-on: https://gerrit.libreoffice.org/34968
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/tblafmt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/tblafmt.cxx b/sw/source/core/doc/tblafmt.cxx index 5738fb6cef6b..c8be04e922b3 100644 --- a/sw/source/core/doc/tblafmt.cxx +++ b/sw/source/core/doc/tblafmt.cxx @@ -291,7 +291,7 @@ SwBoxAutoFormat::SwBoxAutoFormat() m_aAdjust( SvxAdjust::Left, RES_PARATR_ADJUST ), m_aTextOrientation(FRMDIR_ENVIRONMENT, RES_FRAMEDIR), m_aVerticalAlignment(0, css::text::VertOrientation::NONE, css::text::RelOrientation::FRAME), - m_aHorJustify( SVX_HOR_JUSTIFY_STANDARD, 0), + m_aHorJustify( SvxCellHorJustify::Standard, 0), m_aVerJustify( SVX_VER_JUSTIFY_STANDARD, 0), m_aStacked( 0 ), m_aMargin( 0 ), |