diff options
Diffstat (limited to 'connectivity/source/drivers/dbase/DPreparedStatement.cxx')
-rw-r--r-- | connectivity/source/drivers/dbase/DPreparedStatement.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/dbase/DPreparedStatement.cxx b/connectivity/source/drivers/dbase/DPreparedStatement.cxx index f53d1ff933ac..eae12dfbaa46 100644 --- a/connectivity/source/drivers/dbase/DPreparedStatement.cxx +++ b/connectivity/source/drivers/dbase/DPreparedStatement.cxx @@ -2,9 +2,9 @@ * * $RCSfile: DPreparedStatement.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: oj $ $Date: 2000-09-29 15:29:33 $ + * last change: $Author: oj $ $Date: 2001-05-14 11:37:37 $ * * 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::dbase; using namespace connectivity::file; +using namespace com::sun::star::uno; // ------------------------------------------------------------------------- OResultSet* ODbasePreparedStatement::createResultSet() { |