summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 15:36:44 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 15:36:44 +0000
commitb0d537b9ec5fdd0c4570cf5c8e8917cc7076270d (patch)
tree33613a320ff05990d07d44af783a97c96d4d0d83 /connectivity
parentc3c5307a3d3d6761df21bef50381bf1ca7bc639c (diff)
INTEGRATION: CWS dba22 (1.2.16); FILE MERGED
2005/01/05 10:15:47 oj 1.2.16.1: #i39918# change msvcr70 to msvcr71
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java
index a8b1c2b27c..efd917b624 100644
--- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java
+++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java
@@ -2,9 +2,9 @@
*
* $RCSfile: NativeStorageAccess.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-11-09 12:05:52 $
+ * last change: $Author: kz $ $Date: 2005-01-21 16:36:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,7 @@ public class NativeStorageAccess {
{
if ( System.getProperty( "os.name" ).startsWith( "Windows" ) )
{
- NativeLibraryLoader.loadLibrary(StorageNativeOutputStream.class.getClassLoader(), "msvcr70");
+ NativeLibraryLoader.loadLibrary(StorageNativeOutputStream.class.getClassLoader(), "msvcr71");
NativeLibraryLoader.loadLibrary(StorageNativeOutputStream.class.getClassLoader(), "uwinapi");
NativeLibraryLoader.loadLibrary(StorageNativeOutputStream.class.getClassLoader(), "sal3");
}