diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-22 08:57:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-23 20:31:22 +0100 |
commit | 49b1107b6ea81c32628a52202ffbbcd44b042e38 (patch) | |
tree | a2267ae3fe189cc6cd88d2e0c972842e97ea3d7a /include/vcl/vclenum.hxx | |
parent | c110bfc810ed381409d0f3742d8ce58a690d840f (diff) |
remove unused enums in reportdesign,linguistic,l10ntools,vcl,svx
Change-Id: I3ae854f9fed485be915ded5bc4d7e93f5db23dc6
Reviewed-on: https://gerrit.libreoffice.org/63891
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/vclenum.hxx')
-rw-r--r-- | include/vcl/vclenum.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/vcl/vclenum.hxx b/include/vcl/vclenum.hxx index 03e2c4661aff..4ada41058a22 100644 --- a/include/vcl/vclenum.hxx +++ b/include/vcl/vclenum.hxx @@ -188,12 +188,6 @@ enum class LineStyle enum class RasterOp { OverPaint, Xor, N0, N1, Invert }; -enum class FontAutoHint { DontKnow, No, Yes }; - -enum class FontHinting { DontKnow, No, Yes }; - -enum class FontHintStyle { NONE, Slight, Medium, Full }; - typedef sal_uInt32 sal_UCS4; // TODO: this should be moved to rtl enum class OutDevSupportType { TransparentRect, B2DDraw }; |