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 /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 'connectivity')
-rw-r--r-- | connectivity/source/inc/RowFunctionParser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/RowFunctionParser.hxx b/connectivity/source/inc/RowFunctionParser.hxx index df2c7ba2bf4e..5c494728a9f5 100644 --- a/connectivity/source/inc/RowFunctionParser.hxx +++ b/connectivity/source/inc/RowFunctionParser.hxx @@ -55,7 +55,7 @@ public: /** This exception is thrown, when the arithmetic expression parser failed to parse a string. */ -struct OOO_DLLPUBLIC_DBTOOLS ParseError +struct ParseError { ParseError( const char* ) {} }; |