[Libreoffice-commits] core.git: cppu/source

Caolán McNamara caolanm at redhat.com
Thu Oct 30 02:06:04 PDT 2014


 cppu/source/uno/data.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit e4573efdff3bd5060ced95ee2380c9d4252011eb
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Oct 30 09:04:44 2014 +0000

    restore using rtl for OSL_DEBUG_LEVEL > 1
    
    Change-Id: I6497303e1b2d8d5ffd962489657582387ab974b1

diff --git a/cppu/source/uno/data.cxx b/cppu/source/uno/data.cxx
index 7b0ee22..e2d8b6f 100644
--- a/cppu/source/uno/data.cxx
+++ b/cppu/source/uno/data.cxx
@@ -36,6 +36,9 @@
 
 using namespace ::cppu;
 using namespace ::osl;
+#if OSL_DEBUG_LEVEL > 1
+using namespace ::rtl;
+#endif
 
 
 namespace cppu


More information about the Libreoffice-commits mailing list