Tag: cws_dev300_dba30h
User: fs      
Date: 2008-07-23 12:49:55+0000
Modified:
   dba/connectivity/qa/connectivity/tools/HsqlDatabase.java

Log:
 reverted previous fix - it has been copied to CWS dba30g

File Changes:

Directory: /dba/connectivity/qa/connectivity/tools/
===================================================

File [changed]: HsqlDatabase.java
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/qa/connectivity/tools/HsqlDatabase.java?r1=1.4.46.1&r2=1.4.46.2
Delta lines:  +0 -13
--------------------
--- HsqlDatabase.java   2008-07-21 09:10:35+0000        1.4.46.1
+++ HsqlDatabase.java   2008-07-23 12:49:53+0000        1.4.46.2
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: HsqlDatabase.java,v $
- * $Revision: 1.4.46.1 $
+ * $Revision: 1.4.46.2 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -43,7 +43,6 @@
 import com.sun.star.sdbcx.XAppend;
 import com.sun.star.sdbcx.XTablesSupplier;
 import com.sun.star.uno.UnoRuntime;
-import com.sun.star.io.IOException;
 import java.io.File;
 
 import com.sun.star.util.CloseVetoException;
@@ -115,18 +114,6 @@
         statement.execute( statementString );
     }
 
-    /** stores the database document
-    */
-    public void store() throws IOException
-    {
-        if ( m_databaseDocument != null )
-        {
-            XStorable storeDoc = (XStorable)UnoRuntime.queryInterface( 
XStorable.class,
-                m_databaseDocument );
-            storeDoc.store();
-        }
-    }
-
     /** closes the database document
      *
      *  Any CloseVetoExceptions fired by third parties are ignored, and any 
reference to the




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

Reply via email to