cppu/source/uno/data.cxx | 3 +++ 1 file changed, 3 insertions(+) New commits: commit e4573efdff3bd5060ced95ee2380c9d4252011eb Author: Caolán McNamara <caol...@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
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits