summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortresult.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-02-21 15:48:08 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-02-21 16:21:18 +0200
commitafd26e766a59d131d59c5e80356c9982bdc03845 (patch)
tree6baf44324703f35f9fdaee9865992e631c8ee63c /ucb/source/sorter/sortresult.cxx
parent0e19891c94ed10ec2313650a693a4e091cb6bc82 (diff)
Remove 'using namespace rtl'
The ambiguity of 'Reference' causes compilation errors when using precompiled headers. Instead use 'using ::rtl::OUString' and 'using ::rtl::OUStringBuffer'.
Diffstat (limited to 'ucb/source/sorter/sortresult.cxx')
-rw-r--r--ucb/source/sorter/sortresult.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/ucb/source/sorter/sortresult.cxx b/ucb/source/sorter/sortresult.cxx
index d5f53c73d033..b34303a043d8 100644
--- a/ucb/source/sorter/sortresult.cxx
+++ b/ucb/source/sorter/sortresult.cxx
@@ -50,7 +50,8 @@ using namespace com::sun::star::ucb;
using namespace com::sun::star::uno;
using namespace com::sun::star::util;
using namespace cppu;
-using namespace rtl;
+
+using ::rtl::OUString;
//=========================================================================