From 1a0dbb9f1451d9c0eb6b62ef981ac9ca454e3d62 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 30 Sep 2010 13:32:39 +0100 Subject: Get rid of USE_NO_NAMESPACE Nice cleanup from Seo Sanghyeon --- basic/source/sbx/sbxchar.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'basic/source/sbx/sbxchar.cxx') 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 #include "sbxconv.hxx" -// AB 29.10.99 Unicode -#ifndef _USE_NO_NAMESPACE -using namespace rtl; -#endif - xub_Unicode ImpGetChar( const SbxValues* p ) { SbxValues aTmp; -- cgit