diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-03 16:42:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-04 08:40:02 +0100 |
commit | 3915570a7e245283e97a8ab349247ee7d056c7c6 (patch) | |
tree | a0fc54521402db49d2431146ebbcb77af63b7015 /svtools | |
parent | 3bc1a951375daaa29ce266b1450a86d9f4cfbff8 (diff) |
convert SvTabJustify to scoped enum
Change-Id: If72ad4f44b327880942f62cd0b3793f7d7a153fb
Reviewed-on: https://gerrit.libreoffice.org/64481
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/fileview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx index 0260a67480ad..72a42bcd3b56 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -394,7 +394,7 @@ ViewTabListBox_Impl::ViewTabListBox_Impl( vcl::Window* pParentWin, long aTabPositions[] = { 20, 180, 320, 400, 600 }; SetTabs(SAL_N_ELEMENTS(aTabPositions), aTabPositions, MapUnit::MapPixel); - SetTabJustify(2, AdjustRight); // column "Size" + SetTabJustify(2, SvTabJustify::AdjustRight); // column "Size" mpHeaderBar->InsertItem(COLUMN_TITLE, SvtResId(STR_SVT_FILEVIEW_COLUMN_TITLE), 180, nBits | HeaderBarItemBits::UPARROW); if (nFlags & FileViewFlags::SHOW_TYPE) |