From e681b384023a8c4e5ae2231fc9297de5f6b7b3f6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 21 Dec 2016 14:57:56 +0100 Subject: No apparent reason for an unnamed namespace in an include file here Change-Id: I1017459520ba4f0e544f0fa00419789c8cd86609 --- opencl/inc/opencl_device_selection.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/opencl/inc/opencl_device_selection.h b/opencl/inc/opencl_device_selection.h index d624f65460cb..6c8a04148f4c 100644 --- a/opencl/inc/opencl_device_selection.h +++ b/opencl/inc/opencl_device_selection.h @@ -233,9 +233,6 @@ inline ds_status initDSProfile(std::unique_ptr& rProfile, OString co return DS_SUCCESS; } -namespace -{ - /** * XmlWriter writes a XML to a SvStream. It uses libxml2 for writing but hides * all the internal libxml2 workings and uses types that are native for LO @@ -402,8 +399,6 @@ public: } }; -} // end anonymous namespace - inline ds_status writeProfile(const OUString& rStreamName, std::unique_ptr& pProfile) { if (pProfile == nullptr) -- cgit