From 87ee6c044d79978d2121087f5e1a10f417adf9c7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 4 Sep 2016 12:02:54 +0200 Subject: convert Orientation to scoped enum Change-Id: Ifbfcf3557ca2a16d21e7a1d613ee54c1c6625f07 --- include/vcl/prntypes.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vcl/prntypes.hxx b/include/vcl/prntypes.hxx index 06cf3f800196..169271ecc63e 100644 --- a/include/vcl/prntypes.hxx +++ b/include/vcl/prntypes.hxx @@ -28,7 +28,7 @@ enum DuplexMode { DUPLEX_UNKNOWN, DUPLEX_OFF, DUPLEX_LONGEDGE, DUPLEX_SHORTEDGE }; -enum Orientation { ORIENTATION_PORTRAIT, ORIENTATION_LANDSCAPE }; +enum class Orientation { Portrait, Landscape }; enum class PrintQueueFlags -- cgit