summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorTomofumi Yagi <yagit@mknada.sakura.ne.jp>2016-05-08 19:42:36 +0900
committerNoel Grandin <noelgrandin@gmail.com>2016-05-09 06:02:07 +0000
commit6046732216279ff349f683cea6c2f6d151f41f17 (patch)
tree391c975fc54bc4004e7f460dea007257d0b69568 /vcl
parentuse existing function (diff)
downloadcore-6046732216279ff349f683cea6c2f6d151f41f17.tar.gz
core-6046732216279ff349f683cea6c2f6d151f41f17.zip
tdf#96348 Get rid of unnecessary DLLPUBLIC decorations - VclEventListeners
No need for VclEventListeners to be VCL_DLLPUBLIC Build passed "make check" on linux and Windows. Change-Id: Ib3330b3af434ee4d3622c6e0d6ac705c3087c672 Reviewed-on: https://gerrit.libreoffice.org/24766 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/vcleventlisteners.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcleventlisteners.hxx b/vcl/inc/vcleventlisteners.hxx
index 9332b4b32f31..a733499065f6 100644
--- a/vcl/inc/vcleventlisteners.hxx
+++ b/vcl/inc/vcleventlisteners.hxx
@@ -22,7 +22,7 @@
#include <vector>
-class VCL_DLLPUBLIC VclEventListeners
+class VclEventListeners
{
public:
void Call( VclSimpleEvent& rEvent ) const;