summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-09-27 16:08:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-09-29 10:37:47 +0200
commita599eeab786ecbe1b5b6509e3c792e5c1ba31248 (patch)
tree73e530ebe30d10eb61856b7c7986ce87eb9705e3 /vcl
parent26c82bd286e2331188db853d41f7a575d906b62c (diff)
check for unnecessary DLLPUBLIC annotations
on classes which are fully defined in a header file Rename the dllprivate plugin to dllmacro and add the functionality there. Change-Id: I4581d551c46a8f61213d95973f323359d08278d8
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/headless/svpgdi.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx
index 5879c1bfdf44..7130d1153d6b 100644
--- a/vcl/inc/headless/svpgdi.hxx
+++ b/vcl/inc/headless/svpgdi.hxx
@@ -71,7 +71,7 @@ typedef void (*damageHandler)(void* handle,
sal_Int32 nExtentsX, sal_Int32 nExtentsY,
sal_Int32 nExtentsWidth, sal_Int32 nExtentsHeight);
-struct VCL_DLLPUBLIC DamageHandler
+struct DamageHandler
{
void *handle;
damageHandler damaged;