restore using rtl for OSL_DEBUG_LEVEL > 1

Change-Id: I6497303e1b2d8d5ffd962489657582387ab974b1
This commit is contained in:
Caolán McNamara 2014-10-30 09:04:44 +00:00
parent 6412ebe5dd
commit e4573efdff

View File

@ -36,6 +36,9 @@
using namespace ::cppu; using namespace ::cppu;
using namespace ::osl; using namespace ::osl;
#if OSL_DEBUG_LEVEL > 1
using namespace ::rtl;
#endif
namespace cppu namespace cppu