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

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

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

File Changes:

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

File [changed]: Blob.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/Blob.cxx?r1=1.6&r2=1.7
Delta lines:  +7 -7
-------------------
--- Blob.cxx    9 Nov 2004 12:10:56 -0000       1.6
+++ Blob.cxx    16 Feb 2005 17:27:13 -0000      1.7
@@ -113,7 +113,7 @@
 sal_Int64 SAL_CALL java_sql_Blob::length(  ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
 {
        jlong 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
@@ -134,7 +134,7 @@
 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL java_sql_Blob::getBytes( 
sal_Int64 pos, sal_Int32 length ) 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!");
        ::com::sun::star::uno::Sequence< sal_Int8 > aSeq;
        if( t.pEnv ){
                // temporaere Variable initialisieren
@@ -164,7 +164,7 @@
 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > 
SAL_CALL java_sql_Blob::getBinaryStream(  ) 
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 ){
                // temporaere Variable initialisieren
                static char * cSignature = "()Ljava/io/InputStream;";
@@ -185,7 +185,7 @@
 sal_Int64 SAL_CALL java_sql_Blob::position( const 
::com::sun::star::uno::Sequence< sal_Int8 >& pattern, sal_Int64 start ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
 {
        jlong 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
@@ -211,7 +211,7 @@
 sal_Int64 SAL_CALL java_sql_Blob::positionOfBlob( const 
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob >& pattern, 
sal_Int64 start ) throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
 {
        jlong 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




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

Reply via email to