diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-05 15:29:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-06 05:32:06 +0000 |
commit | cc719ad619f1897d05581e38a2703add6f6a1050 (patch) | |
tree | 4c9c71f445ad6d91c597f2f4eb347948d14e9cf1 /include | |
parent | 70f05aa69acca911298201b8a61e3312ec1ab30e (diff) |
convert IMPL_PAINT constants to typed_flags
Change-Id: I9a38a2927cc626e3a94c9eeaffb94b7fd2b6204c
Reviewed-on: https://gerrit.libreoffice.org/31634
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/window.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 87c7f7befb51..d5713ad454c6 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -68,6 +68,7 @@ class SalFrame; class MenuFloatingWindow; class VCLXWindow; class VclWindowEvent; +enum class ImplPaintFlags; namespace com { namespace sun { namespace star { namespace accessibility { @@ -685,7 +686,7 @@ private: PaintHelper destructor; and on the other hand it creates PaintHelper that (when destructed) calls other ImplCallPaint()'s. */ - SAL_DLLPRIVATE void ImplCallPaint(const vcl::Region* pRegion, sal_uInt16 nPaintFlags); + SAL_DLLPRIVATE void ImplCallPaint(const vcl::Region* pRegion, ImplPaintFlags nPaintFlags); SAL_DLLPRIVATE void ImplCallOverlapPaint(); |