Prefer using declarations over using directives

Change-Id: I1316fc4ae1d4dab91684bdc059f5c69c5e0c401a
This commit is contained in:
Stephan Bergmann
2013-08-19 11:49:57 +02:00
parent 477e7ad9d0
commit e89e7cded7
10 changed files with 26 additions and 16 deletions

View File

@@ -29,8 +29,6 @@
#include "cppuhelper/exc_hlp.hxx"
using namespace ::rtl;
using namespace ::osl;
using namespace ::cppu;
using namespace ::com::sun::star;