From 36446279521714430e28b7b10f021375c61eefba Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Thu, 31 Oct 2002 11:48:33 +0000 Subject: #104392# insert waitobject before inserting data --- dbaccess/source/ui/browser/dsbrowserDnD.cxx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/browser/dsbrowserDnD.cxx') 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 #endif +#ifndef _SV_WAITOBJ_HXX +#include +#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 * -- cgit