summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-26 15:39:27 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-26 15:39:27 +0100
commit9a0ad1d7e8d5b95e7902a1c7d28ad18f95ae6fb3 (patch)
tree775917a453f57d8443e61c61005b945de7178ea3 /fpicker/source/aqua
parent68c7be65bab421d4b31fd0e8caba9d43abcc244d (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'fpicker/source/aqua')
-rw-r--r--fpicker/source/aqua/ControlHelper.hxx3
-rw-r--r--fpicker/source/aqua/SalAquaFilePicker.hxx3
2 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/aqua/ControlHelper.hxx b/fpicker/source/aqua/ControlHelper.hxx
index fa5ebc0bc0a6..23dd79bc332f 100644
--- a/fpicker/source/aqua/ControlHelper.hxx
+++ b/fpicker/source/aqua/ControlHelper.hxx
@@ -43,7 +43,8 @@
#include "AquaFilePickerDelegate.hxx"
using namespace com::sun::star;
-using namespace rtl;
+
+using ::rtl::OUString;
class ControlHelper {
diff --git a/fpicker/source/aqua/SalAquaFilePicker.hxx b/fpicker/source/aqua/SalAquaFilePicker.hxx
index a9a7564da2b4..54b85a651e6e 100644
--- a/fpicker/source/aqua/SalAquaFilePicker.hxx
+++ b/fpicker/source/aqua/SalAquaFilePicker.hxx
@@ -59,8 +59,7 @@
//----------------------------------------------------------
// forward declarations
//----------------------------------------------------------
-
-using namespace rtl;
+using ::rtl::OUString;
//----------------------------------------------------------
// class declaration