User: vg      
Date: 05/02/16 09:27:02

Modified:
 /dba/connectivity/source/drivers/jdbc/
  Array.cxx

Log:
 INTEGRATION: CWS dr33 (1.5.36); FILE MERGED
 2005/02/14 16:38:54 dr 1.5.36.1: #i42367# remove non-ASCII characters from C++ 
sources

File Changes:

Directory: /dba/connectivity/source/drivers/jdbc/
=================================================

File [changed]: Array.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/Array.cxx?r1=1.5&r2=1.6
Delta lines:  +6 -6
-------------------
--- Array.cxx   9 Nov 2004 12:10:42 -0000       1.5
+++ Array.cxx   16 Feb 2005 17:27:00 -0000      1.6
@@ -101,7 +101,7 @@
 }
 ::rtl::OUString SAL_CALL java_sql_Array::getBaseTypeName(  ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
 {
-       SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment gel�scht 
worden!");
+    SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!");
        ::rtl::OUString aStr;
        if( t.pEnv ){
                // temporaere Variable initialisieren
@@ -125,7 +125,7 @@
 sal_Int32 SAL_CALL java_sql_Array::getBaseType(  ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
 {
        jint out(0);
-       SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment gel�scht 
worden!");
+    SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!");
        if( t.pEnv )
        {
                // temporaere Variable initialisieren
@@ -147,7 +147,7 @@
 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL 
java_sql_Array::getArray( const ::com::sun::star::uno::Reference< 
::com::sun::star::container::XNameAccess >& typeMap ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
 {
        jobjectArray out(0);
-       SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment gel�scht 
worden!");
+    SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!");
        if( t.pEnv )
        {
                jobject obj = XNameAccess2Map(t.pEnv,typeMap);
@@ -170,7 +170,7 @@
 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL 
java_sql_Array::getArrayAtIndex( sal_Int32 index, sal_Int32 count, const 
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& 
typeMap ) throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
 {
        jobjectArray out(0);
-       SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment gel�scht 
worden!");
+    SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!");
        if( t.pEnv )
        {
                jobject obj = XNameAccess2Map(t.pEnv,typeMap);
@@ -193,7 +193,7 @@
 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > 
SAL_CALL java_sql_Array::getResultSet( const ::com::sun::star::uno::Reference< 
::com::sun::star::container::XNameAccess >& typeMap ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
 {
        jobject out(0);
-       SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment gel�scht 
worden!");
+    SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!");
        if( t.pEnv ){
                // Parameter konvertieren
                jobject obj = XNameAccess2Map(t.pEnv,typeMap);
@@ -219,7 +219,7 @@
 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > 
SAL_CALL java_sql_Array::getResultSetAtIndex( sal_Int32 index, sal_Int32 count, 
const ::com::sun::star::uno::Reference< 
::com::sun::star::container::XNameAccess >& typeMap ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
 {
        jobject out(0);
-       SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment gel�scht 
worden!");
+    SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!");
        if( t.pEnv ){
                // Parameter konvertieren
                jobject obj = XNameAccess2Map(t.pEnv,typeMap);




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to