[ooo-build-commit] .: binfilter/bf_basic

Michael Meeks mmeeks at kemper.freedesktop.org
Thu Sep 30 05:36:42 PDT 2010


 binfilter/bf_basic/source/sbx/sbxbool.cxx  |    5 -----
 binfilter/bf_basic/source/sbx/sbxchar.cxx  |    5 -----
 binfilter/bf_basic/source/sbx/sbxstr.cxx   |    6 ------
 binfilter/bf_basic/source/sbx/sbxvalue.cxx |    5 -----
 4 files changed, 21 deletions(-)

New commits:
commit 36f54206efe527bb1edb091a9da06695f60d8ce9
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Thu Sep 30 13:35:42 2010 +0100

    Remove unused USE_NO_NAMESPACE defines
    
    From: Seo Sanghyeon <sanxiyn at gmail.com>

diff --git a/binfilter/bf_basic/source/sbx/sbxbool.cxx b/binfilter/bf_basic/source/sbx/sbxbool.cxx
index 949d5c7..a3a7751 100644
--- a/binfilter/bf_basic/source/sbx/sbxbool.cxx
+++ b/binfilter/bf_basic/source/sbx/sbxbool.cxx
@@ -32,11 +32,6 @@
 #include "sbxconv.hxx"
 #include "sbxres.hxx"
 
-// AB 29.10.99 Unicode
-#ifndef _USE_NO_NAMESPACE
-using namespace rtl;
-#endif
-
 namespace binfilter {
 
 enum SbxBOOL ImpGetBool( const SbxValues* p )
diff --git a/binfilter/bf_basic/source/sbx/sbxchar.cxx b/binfilter/bf_basic/source/sbx/sbxchar.cxx
index 3037ee0..b330c71 100644
--- a/binfilter/bf_basic/source/sbx/sbxchar.cxx
+++ b/binfilter/bf_basic/source/sbx/sbxchar.cxx
@@ -31,11 +31,6 @@
 #include "sbx.hxx"
 #include "sbxconv.hxx"
 
-// AB 29.10.99 Unicode
-#ifndef _USE_NO_NAMESPACE
-using namespace rtl;
-#endif
-
 namespace binfilter {
 
 xub_Unicode ImpGetChar( const SbxValues* p )
diff --git a/binfilter/bf_basic/source/sbx/sbxstr.cxx b/binfilter/bf_basic/source/sbx/sbxstr.cxx
index ef8e835..7e1a9f1 100644
--- a/binfilter/bf_basic/source/sbx/sbxstr.cxx
+++ b/binfilter/bf_basic/source/sbx/sbxstr.cxx
@@ -34,12 +34,6 @@
 
 namespace binfilter {
 
-// AB 29.10.99 Unicode
-#ifndef _USE_NO_NAMESPACE
-using namespace rtl;
-#endif
-
-
 // Die Konversion eines Items auf String wird ueber die Put-Methoden
 // der einzelnen Datentypen abgewickelt, um doppelten Code zu vermeiden.
 
diff --git a/binfilter/bf_basic/source/sbx/sbxvalue.cxx b/binfilter/bf_basic/source/sbx/sbxvalue.cxx
index 719a8d3..39d0502 100644
--- a/binfilter/bf_basic/source/sbx/sbxvalue.cxx
+++ b/binfilter/bf_basic/source/sbx/sbxvalue.cxx
@@ -37,11 +37,6 @@
 #include "sbxconv.hxx"
 #include <math.h>
 
-// AB 29.10.99 Unicode
-#ifndef _USE_NO_NAMESPACE
-using namespace rtl;
-#endif
-
 namespace binfilter {
 
 TYPEINIT1(SbxValue,SbxBase)


More information about the ooo-build-commit mailing list