diff options
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* ) {} }; |