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

@@ -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
{