summaryrefslogtreecommitdiffstats
path: root/include/cppunittester/protectorfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunittester/protectorfactory.hxx')
-rw-r--r--include/cppunittester/protectorfactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunittester/protectorfactory.hxx b/include/cppunittester/protectorfactory.hxx
index a0246970311f..6617dbb47385 100644
--- a/include/cppunittester/protectorfactory.hxx
+++ b/include/cppunittester/protectorfactory.hxx
@@ -27,7 +27,7 @@ namespace cppunittester
{
// The type of CppUnit::Protector factory functions that can be plugged into
// cppunittester:
- extern "C" typedef CppUnit::Protector * SAL_CALL ProtectorFactory();
+ extern "C" typedef CppUnit::Protector * ProtectorFactory();
}
#ifdef DISABLE_DYNLOADING