diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-30 21:28:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-31 17:46:41 +0200 |
commit | 9447068e261c4d0e7852a2c0147a17407561c302 (patch) | |
tree | 20e8d8a5b37eeb9d61e9c093c6b4c719036eb790 /include | |
parent | 2b7690d5a1a2c3064b47bd2648ba2452bf4726af (diff) |
focus rect for value set
Change-Id: I208cf42db4256bb7286222781cf2bf29f843c673
Reviewed-on: https://gerrit.libreoffice.org/55101
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 |