From 4f56db98af686bab0ec90b4342428b7fd42b2f7b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 8 Mar 2016 21:23:41 +0100 Subject: Clean up namespace Change-Id: I8207f7906cb8914b6c272efaf8f136a1bce7e4b0 --- cppu/source/uno/check.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppu') diff --git a/cppu/source/uno/check.cxx b/cppu/source/uno/check.cxx index dfc8d84fd817..7adfe36f12db 100644 --- a/cppu/source/uno/check.cxx +++ b/cppu/source/uno/check.cxx @@ -28,7 +28,7 @@ #if OSL_DEBUG_LEVEL > 0 -namespace cppu { +namespace { #if defined( SAL_W32) #pragma pack(push, 8) -- cgit