summaryrefslogtreecommitdiff
path: root/include/tools/errinf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/errinf.hxx')
-rw-r--r--include/tools/errinf.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/errinf.hxx b/include/tools/errinf.hxx
index 4a9f07a69d62..04db67ad5b2d 100644
--- a/include/tools/errinf.hxx
+++ b/include/tools/errinf.hxx
@@ -34,7 +34,7 @@ namespace vcl { class Window; }
class EDcr_Impl;
class ErrHdl_Impl;
-class ErrorInfo
+class TOOLS_DLLPUBLIC ErrorInfo
{
private:
sal_uIntPtr lUserId;
@@ -44,7 +44,7 @@ public:
ErrorInfo( sal_uIntPtr lArgUserId ) :
lUserId( lArgUserId ){}
- virtual ~ErrorInfo(){}
+ virtual ~ErrorInfo();
sal_uIntPtr GetErrorCode() const { return lUserId; }