Kaydet (Commit) 6bf00f0f authored tarafından Noel Grandin's avatar Noel Grandin

fix for linking

caused by my commit
863d38fb "move DBG_UNHANDLED_EXCEPTION out of line"

Change-Id: Idfd84d987ba9151ba476ce0516a9e5fbdb2003ec
üst a986eddb
...@@ -30,6 +30,7 @@ $(eval $(call gb_Library_use_libraries,jdbc,\ ...@@ -30,6 +30,7 @@ $(eval $(call gb_Library_use_libraries,jdbc,\
salhelper \ salhelper \
jvmaccess \ jvmaccess \
dbtools \ dbtools \
tl \
utl \ utl \
jvmfwk \ jvmfwk \
comphelper \ comphelper \
......
...@@ -34,6 +34,7 @@ $(eval $(call gb_Library_use_libraries,mork, \ ...@@ -34,6 +34,7 @@ $(eval $(call gb_Library_use_libraries,mork, \
dbtools \ dbtools \
sal \ sal \
salhelper \ salhelper \
tl \
utl \ utl \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
......
...@@ -28,6 +28,7 @@ $(eval $(call gb_Library_use_libraries,sdbc2,\ ...@@ -28,6 +28,7 @@ $(eval $(call gb_Library_use_libraries,sdbc2,\
dbtools \ dbtools \
utl \ utl \
sal \ sal \
tl \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
......
...@@ -35,6 +35,7 @@ $(eval $(call gb_Library_use_libraries,log,\ ...@@ -35,6 +35,7 @@ $(eval $(call gb_Library_use_libraries,log,\
cppuhelper \ cppuhelper \
cppu \ cppu \
sal \ sal \
tl \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
......
...@@ -40,8 +40,9 @@ ...@@ -40,8 +40,9 @@
#include <osl/thread.h> #include <osl/thread.h>
#include <boost/current_function.hpp> #include <boost/current_function.hpp>
#include <typeinfo> #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 /** reports a caught UNO exception via OSL diagnostics
......
...@@ -1589,7 +1589,7 @@ void DbgOutf( const sal_Char*, ... ) {} ...@@ -1589,7 +1589,7 @@ void DbgOutf( const sal_Char*, ... ) {}
#if OSL_DEBUG_LEVEL > 0 #if OSL_DEBUG_LEVEL > 0
void DbgUnhandledException(const css::uno::Any & caught, const char* currentFunction) TOOLS_DLLPUBLIC void DbgUnhandledException(const css::uno::Any & caught, const char* currentFunction)
{ {
OString sMessage( "caught an exception!" ); OString sMessage( "caught an exception!" );
sMessage += "\nin function:"; sMessage += "\nin function:";
......
...@@ -22,6 +22,7 @@ $(eval $(call gb_Library_use_libraries,ucpext,\ ...@@ -22,6 +22,7 @@ $(eval $(call gb_Library_use_libraries,ucpext,\
cppuhelper \ cppuhelper \
sal \ sal \
salhelper \ salhelper \
tl \
ucbhelper \ ucbhelper \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
......
...@@ -20,6 +20,7 @@ $(eval $(call gb_Library_use_libraries,xmlscript,\ ...@@ -20,6 +20,7 @@ $(eval $(call gb_Library_use_libraries,xmlscript,\
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
tl \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment