diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/prntypes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |