From 3eff5baefc42979f397395b8487efd7b098ba2ee Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Mon, 4 Mar 2013 13:01:19 +0100 Subject: Remove empty namespace Change-Id: Ie3bfc58d56201117a55468d505a25ac95ad86f06 --- chart2/source/tools/ChartDebugTrace.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'chart2') diff --git a/chart2/source/tools/ChartDebugTrace.cxx b/chart2/source/tools/ChartDebugTrace.cxx index fb4ea7c68a7c..c4f621e62098 100644 --- a/chart2/source/tools/ChartDebugTrace.cxx +++ b/chart2/source/tools/ChartDebugTrace.cxx @@ -35,15 +35,6 @@ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Sequence; using ::rtl::OUString; -#if OSL_DEBUG_LEVEL >= CHART_TRACE_OSL_DEBUG_LEVEL - -namespace -{ - -} // anonymous namespace -#endif - - namespace chart { namespace debug -- cgit