summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/RowFunctionParser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/RowFunctionParser.hxx')
-rw-r--r--connectivity/source/inc/RowFunctionParser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/RowFunctionParser.hxx b/connectivity/source/inc/RowFunctionParser.hxx
index 5c494728a9f5..df2c7ba2bf4e 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 ParseError
+struct OOO_DLLPUBLIC_DBTOOLS ParseError
{
ParseError( const char* ) {}
};