summaryrefslogtreecommitdiffstats
path: root/sc/inc
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 /sc/inc
parentloplugin:unusedfields improve finding callee (diff)
downloadcore-a599eeab786ecbe1b5b6509e3c792e5c1ba31248.tar.gz
core-a599eeab786ecbe1b5b6509e3c792e5c1ba31248.zip
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 'sc/inc')
-rw-r--r--sc/inc/colorscale.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index 0d33f1bb7146..2a2004e5673b 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -91,7 +91,7 @@ enum ScAxisPosition
}
-struct SC_DLLPUBLIC ScDataBarFormatData
+struct ScDataBarFormatData
{
ScDataBarFormatData():
maAxisColor(COL_BLACK),