diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-27 09:37:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-27 11:14:26 +0200 |
commit | 66854d697f973f36e1b878080999901e0936dae6 (patch) | |
tree | 118776c3cda5bbeb59ece7d9b33686a5a4163fc6 /include/vcl/lstbox.hxx | |
parent | 9e3b1236b68069016d646b5682ce541335b5340c (diff) |
convert WINDOW_DRAW flags to scoped enum
Change-Id: I9400a286fab18d683b4c109007961685f01b6da3
Diffstat (limited to 'include/vcl/lstbox.hxx')
-rw-r--r-- | include/vcl/lstbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx index 8a5efc5bc853..1197e686bff7 100644 --- a/include/vcl/lstbox.hxx +++ b/include/vcl/lstbox.hxx @@ -86,7 +86,7 @@ public: virtual void dispose() SAL_OVERRIDE; virtual void ApplySettings(vcl::RenderContext& rRenderContext) SAL_OVERRIDE; - virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) SAL_OVERRIDE; + virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, DrawFlags nFlags ) SAL_OVERRIDE; virtual void Resize() SAL_OVERRIDE; virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE; virtual void StateChanged( StateChangedType nType ) SAL_OVERRIDE; |