diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-01-29 13:06:59 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-29 13:47:08 +0100 |
commit | 12ebf6f72b2b3c9f66be767933835cde848d8e48 (patch) | |
tree | 62ff9bbff9d848a3b644a48c6a4925653f7f70b5 /include/tools | |
parent | 110d55cc11033d72bce908e65bbb6a9506ab39e5 (diff) |
tools: forgot to remove the include boost/current_function.hpp
Change-Id: Ic941539747fe47b4295e57a0e80b5920d2e62cc9
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/diagnose_ex.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/diagnose_ex.h b/include/tools/diagnose_ex.h index 67c24210a601..bd0ec8818ba9 100644 --- a/include/tools/diagnose_ex.h +++ b/include/tools/diagnose_ex.h @@ -25,8 +25,6 @@ #include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> -#include <boost/current_function.hpp> - #include <tools/toolsdllapi.h> TOOLS_DLLPUBLIC void DbgUnhandledException(const css::uno::Any& caughtException, const char* currentFunction, const char* fileAndLineNo); @@ -36,7 +34,6 @@ TOOLS_DLLPUBLIC void DbgUnhandledException(const css::uno::Any& caughtException, #include <cppuhelper/exc_hlp.hxx> #include <osl/diagnose.h> #include <osl/thread.h> - #include <boost/current_function.hpp> /** reports a caught UNO exception via OSL diagnostics |