diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-28 09:06:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-28 09:07:05 +0100 |
commit | 78fe6b835840049434170003a8dcf14535fd7bf2 (patch) | |
tree | df99d145e496fa679ca2694acdc25a35b21cc133 /sal | |
parent | 9148c703235527d863978e1e947cce060cf49ef9 (diff) |
callcatcher: make VCLXPrinterServer an XTypeProvider
Change-Id: Ib6e4e4c61c56cea9c6171f36989e903f3c35aa4e
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/rtl/uuid/rtl_Uuid.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sal/qa/rtl/uuid/rtl_Uuid.cxx b/sal/qa/rtl/uuid/rtl_Uuid.cxx index 056ae3d8fb4e..36d355cb10e8 100644 --- a/sal/qa/rtl/uuid/rtl_Uuid.cxx +++ b/sal/qa/rtl/uuid/rtl_Uuid.cxx @@ -153,18 +153,6 @@ public: CPPUNIT_TEST_SUITE_END(); }; // class createUuid -namespace ThreadHelper -{ - void thread_sleep(sal_Int32 _nSec) - { -#ifdef WNT //Windows - ::Sleep(_nSec * 10); -#elif defined UNX - ::sleep(_nSec); -#endif - } -} - class createNamedUuid : public CppUnit::TestFixture { public: |