summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/storagehelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/storagehelper.cxx')
-rw-r--r--comphelper/source/misc/storagehelper.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/comphelper/source/misc/storagehelper.cxx b/comphelper/source/misc/storagehelper.cxx
index bc83276a3a14..4e7a035b9e2c 100644
--- a/comphelper/source/misc/storagehelper.cxx
+++ b/comphelper/source/misc/storagehelper.cxx
@@ -46,8 +46,6 @@
#include <comphelper/documentconstants.hxx>
#include <comphelper/storagehelper.hxx>
-#include <boost/current_function.hpp>
-
using namespace ::com::sun::star;
namespace comphelper {
@@ -277,7 +275,7 @@ sal_Int32 OStorageHelper::GetXStorageFormat(
else
{
// the mediatype is not known
- OUString aMsg(BOOST_CURRENT_FUNCTION);
+ OUString aMsg(OSL_THIS_FUNC);
aMsg += ":";
aMsg += OUString::number(__LINE__);
aMsg += ": unknown media type '";