From 66854d697f973f36e1b878080999901e0936dae6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 27 May 2015 09:37:41 +0200 Subject: convert WINDOW_DRAW flags to scoped enum Change-Id: I9400a286fab18d683b4c109007961685f01b6da3 --- forms/source/richtext/richtextimplcontrol.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms/source/richtext/richtextimplcontrol.cxx') diff --git a/forms/source/richtext/richtextimplcontrol.cxx b/forms/source/richtext/richtextimplcontrol.cxx index bc4a6292d48c..a37190d987ad 100644 --- a/forms/source/richtext/richtextimplcontrol.cxx +++ b/forms/source/richtext/richtextimplcontrol.cxx @@ -569,7 +569,7 @@ namespace frm } - void RichTextControlImpl::Draw( OutputDevice* _pDev, const Point& _rPos, const Size& _rSize, sal_uLong /*_nFlags*/ ) + void RichTextControlImpl::Draw( OutputDevice* _pDev, const Point& _rPos, const Size& _rSize, DrawFlags /*_nFlags*/ ) { // need to normalize the map mode of the device - every paint operation on any device needs // to use the same map mode -- cgit