diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-01 14:18:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-09-05 08:21:46 +0200 |
commit | 4442d226438c1f558021b2df9fe6e540e72cbc7e (patch) | |
tree | d505be371a0b5a87b692c98cb6d871f7944a8ab2 /include/vcl | |
parent | 619d5fceada2df7c7bc915cea51779fd115d0fcd (diff) |
convert OutDevSupportType to scoped enum
Change-Id: I7a1e4448dfff0ea6909149533d228829d980796c
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/vclenum.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/vclenum.hxx b/include/vcl/vclenum.hxx index aa2aaaaa46af..21338f69bcc0 100644 --- a/include/vcl/vclenum.hxx +++ b/include/vcl/vclenum.hxx @@ -81,7 +81,7 @@ enum class FontHintStyle { NONE, Slight, Medium, Full }; typedef sal_uInt32 sal_UCS4; // TODO: this should be moved to rtl -enum OutDevSupportType { OutDevSupport_TransparentRect, OutDevSupport_B2DDraw }; +enum class OutDevSupportType { TransparentRect, B2DDraw }; struct ItalicMatrix { |