Prefer using declarations over using directives
Change-Id: I1316fc4ae1d4dab91684bdc059f5c69c5e0c401a
This commit is contained in:
@@ -44,12 +44,13 @@
|
||||
|
||||
#define ARLEN(x) sizeof (x) / sizeof *(x)
|
||||
|
||||
|
||||
using namespace ::rtl;
|
||||
using namespace ::osl;
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
||||
using rtl::Bootstrap;
|
||||
using rtl::OUString;
|
||||
|
||||
namespace cppu
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user