From 54e608c6605ca2bcfd8dfdbe674d5110a18d2c5c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 14 Sep 2017 11:48:29 +0200 Subject: convert SvxCellVerJustify to scoped enum Change-Id: I9d1cdb4ddfee43b7a0990624d7d16e06679343c4 Reviewed-on: https://gerrit.libreoffice.org/42276 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sc/source/ui/undo/undoblk3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/undo') diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx index a20832c5c550..604a662009c2 100644 --- a/sc/source/ui/undo/undoblk3.cxx +++ b/sc/source/ui/undo/undoblk3.cxx @@ -691,7 +691,7 @@ void ScUndoMerge::DoChange( bool bUndo ) const SvxHorJustifyItem( SvxCellHorJustify::Center, ATTR_HOR_JUSTIFY ) ); rDoc.ApplyAttr( aRange.aStart.Col(), aRange.aStart.Row(), aRange.aStart.Tab(), - SvxVerJustifyItem( SVX_VER_JUSTIFY_CENTER, ATTR_VER_JUSTIFY ) ); + SvxVerJustifyItem( SvxCellVerJustify::Center, ATTR_VER_JUSTIFY ) ); } } -- cgit