diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-01 19:01:00 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-01 19:19:04 +0300 |
commit | 850d9be56d50a1b143d6afe679808723d6164e21 (patch) | |
tree | 5782c65af03802d8a8ea894706ea44baa4b3aaff /sal/qa/osl | |
parent | ff54a3c291b8aa104992a0285207166cf25ddd86 (diff) |
Bin no longer used iOS cppunit stuff that breaks build even
Change-Id: I78c71b22816834c66c8283e3d85e357b7b8d2836
Diffstat (limited to 'sal/qa/osl')
-rw-r--r-- | sal/qa/osl/file/osl_File.cxx | 4 | ||||
-rw-r--r-- | sal/qa/osl/file/osl_old_test_file.cxx | 4 | ||||
-rw-r--r-- | sal/qa/osl/file/test_cpy_wrt_file.cxx | 4 | ||||
-rw-r--r-- | sal/qa/osl/process/osl_Thread.cxx | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx index b50735d16867..2b323e9af2ee 100644 --- a/sal/qa/osl/file/osl_File.cxx +++ b/sal/qa/osl/file/osl_File.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ -#ifdef IOS -#define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_qa_osl_File -#endif - //------------------------------------------------------------------------ // include files //------------------------------------------------------------------------ diff --git a/sal/qa/osl/file/osl_old_test_file.cxx b/sal/qa/osl/file/osl_old_test_file.cxx index 923fd4dc540d..1cdb283d7a80 100644 --- a/sal/qa/osl/file/osl_old_test_file.cxx +++ b/sal/qa/osl/file/osl_old_test_file.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ -#ifdef IOS -#define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_osl_old_test_file -#endif - // LLA: // this file is converted to use with testshl2 // original was placed in sal/test/textenc.cxx diff --git a/sal/qa/osl/file/test_cpy_wrt_file.cxx b/sal/qa/osl/file/test_cpy_wrt_file.cxx index bd38cbeb539c..0b244d17dd78 100644 --- a/sal/qa/osl/file/test_cpy_wrt_file.cxx +++ b/sal/qa/osl/file/test_cpy_wrt_file.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ -#ifdef IOS -#define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_tcwf -#endif - #include <sal/types.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> diff --git a/sal/qa/osl/process/osl_Thread.cxx b/sal/qa/osl/process/osl_Thread.cxx index f1262b31f248..3cdbd489f951 100644 --- a/sal/qa/osl/process/osl_Thread.cxx +++ b/sal/qa/osl/process/osl_Thread.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ -#ifdef IOS -#define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_osl_Thread -#endif - #ifdef WNT #if defined _MSC_VER #define NOMINMAX |