summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-15 11:48:30 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-15 11:48:30 +0000
commitb1fb5a5236428166cb9101a5cb1db0b8fc87286d (patch)
treef2e284a26144353eff7eaeafbfb17adfcf995819 /connectivity
parent73ab461f6a9605bf55eadcd28f9a7af23accf959 (diff)
INTEGRATION: CWS oj08 (1.15.36); FILE MERGED
2004/01/29 09:07:06 oj 1.15.36.1: #i19884# change filteroperator
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/file/fcode.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/inc/file/fcode.hxx b/connectivity/source/inc/file/fcode.hxx
index 285fff34b794..a3cc62d08be3 100644
--- a/connectivity/source/inc/file/fcode.hxx
+++ b/connectivity/source/inc/file/fcode.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fcode.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2003-09-04 08:28:52 $
+ * last change: $Author: obo $ $Date: 2004-03-15 12:48:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -341,14 +341,14 @@ namespace connectivity
class OOp_COMPARE : public OBoolOperator
{
- connectivity::OSQLPredicateType aPredicateType;
+ sal_Int32 aPredicateType;
public:
TYPEINFO();
- OOp_COMPARE(connectivity::OSQLPredicateType aPType)
+ OOp_COMPARE(sal_Int32 aPType)
:aPredicateType(aPType) {}
- inline connectivity::OSQLPredicateType getPredicateType() const { return aPredicateType; }
+ inline sal_Int32 getPredicateType() const { return aPredicateType; }
virtual sal_Bool operate(const OOperand*, const OOperand*) const;
};