summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-05-21 13:50:45 +0200
committerNoel Grandin <noel@peralex.com>2013-05-21 13:53:21 +0200
commit6bf00f0f94394c62bddcd77b776e4e3592160201 (patch)
tree6367b31a736c9bd9f375473e06df7de074175ba1 /include/tools
parenta986eddb9b9d1de71ae1c6f73246e493cc449c21 (diff)
fix for linking
caused by my commit 863d38fbfa4fb4861e476828c46410602100919e "move DBG_UNHANDLED_EXCEPTION out of line" Change-Id: Idfd84d987ba9151ba476ce0516a9e5fbdb2003ec
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/diagnose_ex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tools/diagnose_ex.h b/include/tools/diagnose_ex.h
index a38b2d4c0a38..4c271939b643 100644
--- a/include/tools/diagnose_ex.h
+++ b/include/tools/diagnose_ex.h
@@ -40,8 +40,9 @@
#include <osl/thread.h>
#include <boost/current_function.hpp>
#include <typeinfo>
+ #include <tools/toolsdllapi.h>
- void DbgUnhandledException(const ::com::sun::star::uno::Any& caughtException, const char* currentFunction);
+ TOOLS_DLLPUBLIC void DbgUnhandledException(const ::com::sun::star::uno::Any& caughtException, const char* currentFunction);
/** reports a caught UNO exception via OSL diagnostics