diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-27 16:08:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-29 10:37:47 +0200 |
commit | a599eeab786ecbe1b5b6509e3c792e5c1ba31248 (patch) | |
tree | 73e530ebe30d10eb61856b7c7986ce87eb9705e3 /include/connectivity | |
parent | 26c82bd286e2331188db853d41f7a575d906b62c (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 'include/connectivity')
-rw-r--r-- | include/connectivity/FValue.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/FValue.hxx b/include/connectivity/FValue.hxx index d2fbfd47e9ba..9fa8d09199e6 100644 --- a/include/connectivity/FValue.hxx +++ b/include/connectivity/FValue.hxx @@ -472,7 +472,7 @@ namespace connectivity /// TSetBound is a functor to set the bound value with e.q. for_each call - struct OOO_DLLPUBLIC_DBTOOLS TSetBound + struct TSetBound { bool m_bBound; TSetBound(bool _bBound) : m_bBound(_bBound){} @@ -482,7 +482,7 @@ namespace connectivity /// TSetBound is a functor to set the bound value with e.q. for_each call - struct OOO_DLLPUBLIC_DBTOOLS TSetRefBound + struct TSetRefBound { bool m_bBound; TSetRefBound(bool _bBound) : m_bBound(_bBound){} |