summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/file/fcode.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 16:03:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 16:03:47 +0000
commitf29917dba72a41059f5b17fe49080cfae05aec94 (patch)
tree75998c1cf7ccdaa1b75fb09fc1a9e3425d3cc066 /connectivity/source/drivers/file/fcode.cxx
parentINTEGRATION: CWS insight01 (1.30.14); FILE MERGED (diff)
downloadcore-f29917dba72a41059f5b17fe49080cfae05aec94.tar.gz
core-f29917dba72a41059f5b17fe49080cfae05aec94.zip
INTEGRATION: CWS insight01 (1.21.14); FILE MERGED
2004/05/28 11:16:17 oj 1.21.14.2: RESYNC: (1.21-1.22); FILE MERGED 2004/05/12 10:48:11 oj 1.21.14.1: change SQLFilterOperator
Diffstat (limited to 'connectivity/source/drivers/file/fcode.cxx')
-rw-r--r--connectivity/source/drivers/file/fcode.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/drivers/file/fcode.cxx b/connectivity/source/drivers/file/fcode.cxx
index 7703349fe653..8b1ad8465495 100644
--- a/connectivity/source/drivers/file/fcode.cxx
+++ b/connectivity/source/drivers/file/fcode.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fcode.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: obo $ $Date: 2004-03-15 12:47:09 $
+ * last change: $Author: hr $ $Date: 2004-08-02 17:03:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,6 +89,9 @@
#ifndef _COMPHELPER_TYPES_HXX_
#include <comphelper/types.hxx>
#endif
+#ifndef _COM_SUN_STAR_SDB_SQLFILTEROPERATOR_HPP_
+#include <com/sun/star/sdb/SQLFilterOperator.hpp>
+#endif
using namespace ::comphelper;
using namespace connectivity;