INTEGRATION: CWS dba31a (1.5.68); FILE MERGED
2008/06/05 12:11:05 oj 1.5.68.1: #i75164# remove dep from unoil
This commit is contained in:
parent
936501d975
commit
b667ac29a1
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
package com.sun.star.sdbcx.comp.hsqldb;
|
||||
import com.sun.star.embed.ElementModes;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Ocke
|
||||
|
@ -15,7 +15,7 @@ public class StorageNativeInputStream {
|
|||
|
||||
/** Creates a new instance of StorageNativeInputStream */
|
||||
public StorageNativeInputStream(String key,String _file) {
|
||||
openStream(key,_file, ElementModes.READ);
|
||||
openStream(key,_file, NativeStorageAccess.READ);
|
||||
}
|
||||
public native void openStream(String key,String name, int mode);
|
||||
public native int read(String key,String name) throws java.io.IOException;
|
||||
|
|
Loading…
Reference in a new issue