summaryrefslogtreecommitdiff
path: root/sal/inc/cppunittester/protectorfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/cppunittester/protectorfactory.hxx')
-rw-r--r--sal/inc/cppunittester/protectorfactory.hxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/sal/inc/cppunittester/protectorfactory.hxx b/sal/inc/cppunittester/protectorfactory.hxx
index 093eb5f5d588..b666412cb51d 100644
--- a/sal/inc/cppunittester/protectorfactory.hxx
+++ b/sal/inc/cppunittester/protectorfactory.hxx
@@ -38,16 +38,9 @@
namespace cppunittester
{
- class LibreOfficeProtector : public CppUnit::Protector
- {
- public:
- virtual bool protect(CppUnit::Functor const & functor) = 0;
- using CppUnit::Protector::protect;
- };
-
// The type of CppUnit::Protector factory functions that can be plugged into
// cppunittester:
- extern "C" typedef LibreOfficeProtector * SAL_CALL ProtectorFactory();
+ extern "C" typedef CppUnit::Protector * SAL_CALL ProtectorFactory();
}
#ifdef DISABLE_DYNLOADING