summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/dsbrowserDnD.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-10-31 11:48:33 +0000
committerOcke Janssen <oj@openoffice.org>2002-10-31 11:48:33 +0000
commit36446279521714430e28b7b10f021375c61eefba (patch)
tree7946ad81fe6d0d4d42a1f1af9aba1957dab2af0a /dbaccess/source/ui/browser/dsbrowserDnD.cxx
parentb766576e7faa4103b5a82f3fb2d7973da60ef324 (diff)
#104392# insert waitobject before inserting data
Diffstat (limited to 'dbaccess/source/ui/browser/dsbrowserDnD.cxx')
-rw-r--r--dbaccess/source/ui/browser/dsbrowserDnD.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/dsbrowserDnD.cxx b/dbaccess/source/ui/browser/dsbrowserDnD.cxx
index aec0c9b9c4ce..c966a86a3242 100644
--- a/dbaccess/source/ui/browser/dsbrowserDnD.cxx
+++ b/dbaccess/source/ui/browser/dsbrowserDnD.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dsbrowserDnD.cxx,v $
*
- * $Revision: 1.55 $
+ * $Revision: 1.56 $
*
- * last change: $Author: oj $ $Date: 2002-10-08 06:46:22 $
+ * last change: $Author: oj $ $Date: 2002-10-31 12:48:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -193,6 +193,9 @@
#ifndef _UNOTOOLS_TEMPFILE_HXX
#include <unotools/tempfile.hxx>
#endif
+#ifndef _SV_WAITOBJ_HXX
+#include <vcl/waitobj.hxx>
+#endif
// .........................................................................
namespace dbaui
{
@@ -746,6 +749,7 @@ namespace dbaui
}
case OCopyTableWizard::WIZARD_APPEND_DATA:
{
+ WaitObject aWO(getBrowserView());
if(!xTable.is())
xTable = aWizard.createTable();
if(!xTable.is())
@@ -1395,6 +1399,9 @@ namespace dbaui
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.55 2002/10/08 06:46:22 oj
+ * #104025# check if name is empty
+ *
* Revision 1.54 2002/10/07 13:06:32 oj
* #i3289# correct table name quoting so that in every situation the correct schema, catalog is used
*