Kaydet (Commit) 2e57092d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

No apparent reason to fix underlying type of PushFlags

Change-Id: I7d578b135c7a1e681a70484bba30ff1e8b33e04d
üst f7b86315
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <o3tl/typed_flags_set.hxx> #include <o3tl/typed_flags_set.hxx>
// Flags for OutputDevice::Push() and OutDevState // Flags for OutputDevice::Push() and OutDevState
enum class PushFlags : sal_uInt16 { enum class PushFlags {
NONE = 0x0000, NONE = 0x0000,
LINECOLOR = 0x0001, LINECOLOR = 0x0001,
FILLCOLOR = 0x0002, FILLCOLOR = 0x0002,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment