diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 15:34:48 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 15:34:48 +0100 |
commit | 68c7be65bab421d4b31fd0e8caba9d43abcc244d (patch) | |
tree | e17835a625c3fd149aa3e6fcc73d6fdb5f1271eb /desktop/source/splash | |
parent | 5e18a28608bce9b9816d576a39b3699e06121203 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'desktop/source/splash')
-rw-r--r-- | desktop/source/splash/services_spl.cxx | 3 |
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, |