summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/RowSetDrop.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:22:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:22:50 +0000
commit8ea7137b9c733dd671faeac8f304ff2d9b345dee (patch)
tree0bd12ec2d4ee3e4a6ae2dbc9fa09d8b30f50550d /dbaccess/source/ui/misc/RowSetDrop.cxx
parent9cd39011e6c39721168fe0adc59b528215a31e78 (diff)
INTEGRATION: CWS oj17 (1.10.96); FILE MERGED
2006/03/09 07:47:16 oj 1.10.96.1: #i62561# use a prepared statement when the rowset can not be used for insertion
Diffstat (limited to 'dbaccess/source/ui/misc/RowSetDrop.cxx')
-rw-r--r--dbaccess/source/ui/misc/RowSetDrop.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/dbaccess/source/ui/misc/RowSetDrop.cxx b/dbaccess/source/ui/misc/RowSetDrop.cxx
index 49d78e596b09..285260d2801c 100644
--- a/dbaccess/source/ui/misc/RowSetDrop.cxx
+++ b/dbaccess/source/ui/misc/RowSetDrop.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: RowSetDrop.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 12:37:02 $
+ * last change: $Author: hr $ $Date: 2006-04-19 13:22:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -54,7 +54,9 @@
#ifndef DBACCESS_SHARED_DBUSTRINGS_HRC
#include "dbustrings.hrc"
#endif
-
+#ifndef _COM_SUN_STAR_SDBC_XROWUPDATE_HPP_
+#include <com/sun/star/sdbc/XRowUpdate.hpp>
+#endif
#include <functional>
using namespace dbaui;