diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-26 11:09:26 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-27 08:33:43 +0200 |
commit | 402ae4c06c0935b0b2bfe9aeb6f961a65702e307 (patch) | |
tree | cd75533421c6b32393871fe5ff4eea3ba285ae28 /svtools/source/control/ctrlbox.cxx | |
parent | 28c61871e876e6a2cac47439f768504b1a4c94a0 (diff) |
convert ProminentEntry to enum class
Change-Id: I51578e83a6a44beece174792c9e3e59f7f8c5fef
Diffstat (limited to 'svtools/source/control/ctrlbox.cxx')
-rw-r--r-- | svtools/source/control/ctrlbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx index e3576cb9c0ec..60874a7a7739 100644 --- a/svtools/source/control/ctrlbox.cxx +++ b/svtools/source/control/ctrlbox.cxx @@ -1530,7 +1530,7 @@ void FontSizeBox::ImplInit() SetDecimalDigits( 1 ); SetMin( 20 ); SetMax( 9999 ); - SetProminentEntryType( PROMINENT_MIDDLE ); + SetProminentEntryType( ProminentEntry::MIDDLE ); } void FontSizeBox::Reformat() |