From 9447068e261c4d0e7852a2c0147a17407561c302 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 30 May 2018 21:28:41 +0100 Subject: focus rect for value set MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I208cf42db4256bb7286222781cf2bf29f843c673 Reviewed-on: https://gerrit.libreoffice.org/55101 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/vcl/outdev.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index bd4af96456aa..174987e51757 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -308,6 +308,8 @@ namespace vcl { typedef OutputDevice RenderContext; } +VCL_DLLPUBLIC void DrawFocusRect(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect, int nBorder = 1); + /** * Some things multiple-inherit from VclAbstractDialog and OutputDevice, * so we need to use virtual inheritance to keep the referencing counting -- cgit