diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-09-30 13:32:39 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-09-30 13:32:39 +0100 |
commit | 1a0dbb9f1451d9c0eb6b62ef981ac9ca454e3d62 (patch) | |
tree | 37ba33f907b2537490dc8fe4ba5776fef0631a14 /basic/source/sbx/sbxchar.cxx | |
parent | cf544e37d10780e448fcdc956b56a9967c8678d4 (diff) |
Get rid of USE_NO_NAMESPACE
Nice cleanup from Seo Sanghyeon <sanxiyn@gmail.com>
Notes
Notes:
split repo tag: libs-core_linux-build-fridrich-20100930
Diffstat (limited to 'basic/source/sbx/sbxchar.cxx')
-rw-r--r-- | basic/source/sbx/sbxchar.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/basic/source/sbx/sbxchar.cxx b/basic/source/sbx/sbxchar.cxx index bd4ce91f451b..cc6c65d149a5 100644 --- a/basic/source/sbx/sbxchar.cxx +++ b/basic/source/sbx/sbxchar.cxx @@ -31,11 +31,6 @@ #include <basic/sbx.hxx> #include "sbxconv.hxx" -// AB 29.10.99 Unicode -#ifndef _USE_NO_NAMESPACE -using namespace rtl; -#endif - xub_Unicode ImpGetChar( const SbxValues* p ) { SbxValues aTmp; |