summaryrefslogtreecommitdiff
path: root/desktop/unx/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/unx/splash
parent5e18a28608bce9b9816d576a39b3699e06121203 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'desktop/unx/splash')
-rw-r--r--desktop/unx/splash/services_unxsplash.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/unx/splash/services_unxsplash.cxx b/desktop/unx/splash/services_unxsplash.cxx
index 2e472983eda8..d370b452b4f3 100644
--- a/desktop/unx/splash/services_unxsplash.cxx
+++ b/desktop/unx/splash/services_unxsplash.cxx
@@ -37,13 +37,14 @@
#include "unxsplash.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[] =
{
UnxSplashScreen::serviceName,