summaryrefslogtreecommitdiff
path: root/include/vcl/outdevstate.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-14 10:05:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-14 13:01:42 +0200
commit2e57092d6f6c6b048d7e4bbb36eaa3e6b7cd78a6 (patch)
tree15e663018ef376bf54a9cdfd1148ee9a64ab5a5b /include/vcl/outdevstate.hxx
parentf7b86315078f4fcdf7b6a6295abdfba2378f3601 (diff)
No apparent reason to fix underlying type of PushFlags
Change-Id: I7d578b135c7a1e681a70484bba30ff1e8b33e04d
Diffstat (limited to 'include/vcl/outdevstate.hxx')
-rw-r--r--include/vcl/outdevstate.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdevstate.hxx b/include/vcl/outdevstate.hxx
index ed84aa04c086..221635f6aec7 100644
--- a/include/vcl/outdevstate.hxx
+++ b/include/vcl/outdevstate.hxx
@@ -33,7 +33,7 @@
#include <o3tl/typed_flags_set.hxx>
// Flags for OutputDevice::Push() and OutDevState
-enum class PushFlags : sal_uInt16 {
+enum class PushFlags {
NONE = 0x0000,
LINECOLOR = 0x0001,
FILLCOLOR = 0x0002,