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/unx/splash | |
parent | 5e18a28608bce9b9816d576a39b3699e06121203 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'desktop/unx/splash')
-rw-r--r-- | desktop/unx/splash/services_unxsplash.cxx | 3 |
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, |