diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-06-03 16:50:35 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-06-03 16:50:35 +0200 |
commit | 602a9be0b550af4070131eda16d187f3932bd153 (patch) | |
tree | f8ac136abd1d083f0d239af3efa565708e39b736 | |
parent | aa250e4484dc92342501c647dd9fcae67f02be39 (diff) |
masterfix: #i10000# removed rtl namespace usage
-rw-r--r-- | basic/source/runtime/methods.cxx | 2 |
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 ) |