summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-06-03 16:50:35 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-06-03 16:50:35 +0200
commit602a9be0b550af4070131eda16d187f3932bd153 (patch)
treef8ac136abd1d083f0d239af3efa565708e39b736 /basic
parentaa250e4484dc92342501c647dd9fcae67f02be39 (diff)
masterfix: #i10000# removed rtl namespace usage
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/methods.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index bad72c841164..36fbda5c9097 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -121,8 +121,6 @@ using namespace com::sun::star::io;
#include <io.h>
#endif
-using namespace rtl;
-
#include <basic/sbobjmod.hxx>
static void FilterWhiteSpace( String& rStr )