diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 10:50:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 10:50:54 +0000 |
commit | 844dcb19998f32d7b8c8f87330672f81949045c9 (patch) | |
tree | 929a798e555ed16c209f7352775fe013a2566fe9 /connectivity/com | |
parent | 1740375bd32c1a3a5f19ece4ba88817d06317911 (diff) |
INTEGRATION: CWS dba28 (1.5.2); FILE MERGED
2005/03/23 14:52:26 fs 1.5.2.1: #i45314# properly implement sync
Diffstat (limited to 'connectivity/com')
-rw-r--r-- | connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java index eb0393f62b04..06e1657b8a97 100644 --- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java +++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java @@ -2,9 +2,9 @@ * * $RCSfile: StorageFileAccess.java,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2005-03-18 09:56:27 $ + * last change: $Author: rt $ $Date: 2005-03-30 11:50:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -127,6 +127,7 @@ public class StorageFileAccess implements org.hsqldb.lib.FileAccess{ } public void sync() throws java.io.IOException { + os.sync(); } } |