diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-03-03 22:48:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-03-03 22:48:57 +0100 |
commit | 480ab8a2b34aff08355788e1b50142460d6c7633 (patch) | |
tree | 0a681f97687df514608b06e1da2bac08f61235c9 /salhelper | |
parent | 9f14962a6c1c9b2610d0294dca2a28d2b23a958b (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'salhelper')
-rw-r--r-- | salhelper/test/Symbols/loader.cxx | 3 | ||||
-rw-r--r-- | salhelper/test/dynamicloader/loader.cxx | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/salhelper/test/Symbols/loader.cxx b/salhelper/test/Symbols/loader.cxx index 6bd95be4838f..f6c862eda3f2 100644 --- a/salhelper/test/Symbols/loader.cxx +++ b/salhelper/test/Symbols/loader.cxx @@ -7,7 +7,8 @@ using namespace salhelper; -using namespace rtl; + +using ::rtl::OUString; class SampleLibLoader diff --git a/salhelper/test/dynamicloader/loader.cxx b/salhelper/test/dynamicloader/loader.cxx index 6bd95be4838f..f6c862eda3f2 100644 --- a/salhelper/test/dynamicloader/loader.cxx +++ b/salhelper/test/dynamicloader/loader.cxx @@ -7,7 +7,8 @@ using namespace salhelper; -using namespace rtl; + +using ::rtl::OUString; class SampleLibLoader |