summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/flat/EPreparedStatement.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-05-14 10:42:44 +0000
committerOcke Janssen <oj@openoffice.org>2001-05-14 10:42:44 +0000
commit0abbd65247f1527153ca8692d453bca72052a023 (patch)
tree872cdbeaef351a83688e06008c128a145ec119cd /connectivity/source/drivers/flat/EPreparedStatement.cxx
parent3111f05ead7ee44b051faeb245e6538a9a796dd2 (diff)
#86528# lower size need
Diffstat (limited to 'connectivity/source/drivers/flat/EPreparedStatement.cxx')
-rw-r--r--connectivity/source/drivers/flat/EPreparedStatement.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/drivers/flat/EPreparedStatement.cxx b/connectivity/source/drivers/flat/EPreparedStatement.cxx
index a44282268a44..16fa235392ba 100644
--- a/connectivity/source/drivers/flat/EPreparedStatement.cxx
+++ b/connectivity/source/drivers/flat/EPreparedStatement.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: EPreparedStatement.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2000-10-05 14:43:13 $
+ * last change: $Author: oj $ $Date: 2001-05-14 11:37:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,7 @@
using namespace connectivity::flat;
using namespace connectivity::file;
+using namespace ::com::sun::star::uno;
// -------------------------------------------------------------------------
OResultSet* OFlatPreparedStatement::createResultSet()
{
@@ -75,3 +76,4 @@ OResultSet* OFlatPreparedStatement::createResultSet()
}
// -------------------------------------------------------------------------
IMPLEMENT_SERVICE_INFO(OFlatPreparedStatement,"com.sun.star.sdbc.driver.flat.PreparedStatement","com.sun.star.sdbc.PreparedStatement");
+