summaryrefslogtreecommitdiff
path: root/cppuhelper/source/implbase.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-08-19 11:49:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-08-19 12:52:36 +0200
commite89e7cded7cf449807c93bd3ce35b1e1a876da3f (patch)
tree080e1734b83e74888f36d06666922384d745ee2a /cppuhelper/source/implbase.cxx
parent477e7ad9d05ccb48146c9f7e8dcbc0980c2d9481 (diff)
Prefer using declarations over using directives
Change-Id: I1316fc4ae1d4dab91684bdc059f5c69c5e0c401a
Diffstat (limited to 'cppuhelper/source/implbase.cxx')
-rw-r--r--cppuhelper/source/implbase.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cppuhelper/source/implbase.cxx b/cppuhelper/source/implbase.cxx
index 4816c4a63832..24a3b27f7471 100644
--- a/cppuhelper/source/implbase.cxx
+++ b/cppuhelper/source/implbase.cxx
@@ -27,10 +27,11 @@
#include "com/sun/star/uno/RuntimeException.hpp"
using namespace ::osl;
-using namespace ::rtl;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
+using rtl::OUString;
+
namespace
{
class theImplHelperInitMutex : public rtl::Static<Mutex, theImplHelperInitMutex>{};