diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-19 08:50:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-20 07:09:24 +0100 |
commit | e6ea3bbef30a0b6e04236ecb52cba4ac39f6332f (patch) | |
tree | a0a165a18cf142e83e36dfc68aa4a7690a5ec4c1 /include/vcl | |
parent | 214804d132ad134a65cdbc60fc136230fedcd325 (diff) |
sal_uLong->sal_uInt32 in DrawModeFlags
Change-Id: I99f703c487b87926bfd9cab5c8ace4c7509a72bf
Reviewed-on: https://gerrit.libreoffice.org/46807
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 51d296fa8da0..a22f8a12a811 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -206,7 +206,7 @@ namespace o3tl } // DrawModes -enum class DrawModeFlags : sal_uLong +enum class DrawModeFlags : sal_uInt32 { Default = 0x00000000, BlackLine = 0x00000001, |