summaryrefslogtreecommitdiff
path: root/xmloff/source/core/facreg.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-26 22:39:23 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-26 22:39:23 +0100
commitb9b36572d95b1a1583ff352631cf4a89d6dd8227 (patch)
treecddb2fcd9237bb20f0f2941d5ff8e8188cdbf828 /xmloff/source/core/facreg.cxx
parent063152696fb70c40dddb0eaf1e1a8cc9c8594362 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'xmloff/source/core/facreg.cxx')
-rw-r--r--xmloff/source/core/facreg.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/source/core/facreg.cxx b/xmloff/source/core/facreg.cxx
index 130c72096a7a..b786ae3f6593 100644
--- a/xmloff/source/core/facreg.cxx
+++ b/xmloff/source/core/facreg.cxx
@@ -43,9 +43,10 @@
#include <uno/lbnames.h>
#include "xmlreg.hxx"
-using namespace rtl;
using namespace com::sun::star;
+using ::rtl::OUString;
+
#define SERVICE( className ) \
extern OUString SAL_CALL className##_getImplementationName() throw(); \
extern uno::Sequence< OUString > SAL_CALL className##_getSupportedServiceNames() throw();\