summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 12:34:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 12:34:38 +0000
commitc22c861206becf8c0cd36f85e7a140b76821ddee (patch)
treedf140bcee949d05cf1617c44f1d5d62944334627 /connectivity
parente4fa3c57f7d68e8086d5cc53c4e65cb591af9288 (diff)
INTEGRATION: CWS dba22b (1.9.50); FILE MERGED
2006/12/19 12:09:47 fs 1.9.50.1: cosmetic changes
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/hsqldb/StorageNativeInputStream.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/hsqldb/StorageNativeInputStream.cxx b/connectivity/source/drivers/hsqldb/StorageNativeInputStream.cxx
index 2047d55712f7..230c3fb95f7e 100644
--- a/connectivity/source/drivers/hsqldb/StorageNativeInputStream.cxx
+++ b/connectivity/source/drivers/hsqldb/StorageNativeInputStream.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: StorageNativeInputStream.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 02:43:17 $
+ * last change: $Author: vg $ $Date: 2007-01-15 13:34:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -263,7 +263,7 @@ JNIEXPORT jint JNICALL Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStr
}
catch(Exception& e)
{
- OSL_ENSURE(0,"Exception catched! : available();");
+ OSL_ENSURE(0,"Exception caught! : available();");
StorageContainer::throwJavaException(e,env);
}
}