summaryrefslogtreecommitdiff
path: root/desktop/source/splash
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-26 15:34:48 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-26 15:34:48 +0100
commit68c7be65bab421d4b31fd0e8caba9d43abcc244d (patch)
treee17835a625c3fd149aa3e6fcc73d6fdb5f1271eb /desktop/source/splash
parent5e18a28608bce9b9816d576a39b3699e06121203 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'desktop/source/splash')
-rw-r--r--desktop/source/splash/services_spl.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/splash/services_spl.cxx b/desktop/source/splash/services_spl.cxx
index b63f89792a29..d79adf8725d5 100644
--- a/desktop/source/splash/services_spl.cxx
+++ b/desktop/source/splash/services_spl.cxx
@@ -37,13 +37,14 @@
#include "splash.hxx"
-using namespace rtl;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::registry;
using namespace ::desktop;
+using ::rtl::OUString;
+
static const char* pServices[] =
{
SplashScreen::serviceName,