summaryrefslogtreecommitdiff
path: root/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx')
-rw-r--r--unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx b/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
index efb308e24967..2230f8465671 100644
--- a/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
+++ b/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
@@ -75,7 +75,7 @@ bool Prot::protect(
}
-extern "C" SAL_DLLPUBLIC_EXPORT CppUnit::Protector * SAL_CALL
+extern "C" SAL_DLLPUBLIC_EXPORT CppUnit::Protector *
unoexceptionprotector() {
return new Prot;
}