diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-29 09:49:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-29 09:56:09 +0100 |
commit | c5a15ea48c41e684001779da568e3ee31ddefdfe (patch) | |
tree | a6c7916235cb9b30be6bc1cfffa2e960f77a9171 /sal | |
parent | e56adc14dc736d19288ffb3f413238ba92f2df0a (diff) |
cppunittester::LibreOfficeProtector/LibreOfficeProtecter confusion
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/sal/cppunit.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sal/inc/sal/cppunit.h b/sal/inc/sal/cppunit.h index 41c465d6282c..0d085c2b65ea 100644 --- a/sal/inc/sal/cppunit.h +++ b/sal/inc/sal/cppunit.h @@ -37,16 +37,6 @@ #include <cppunit/plugin/TestPlugIn.h> #include <cppunit/Protector.h> -namespace cppunittester -{ - class LibreOfficeProtecter : public CppUnit::Protector - { - public: - virtual bool protect(CppUnit::Functor const & functor) = 0; - using CppUnit::Protector::protect; - }; -} - #undef CPPUNIT_PLUGIN_EXPORT #define CPPUNIT_PLUGIN_EXPORT extern "C" SAL_DLLPUBLIC_EXPORT |