summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 16:31:56 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 16:31:56 +0000
commitec2ea4378bb0310c44252fb7fac709d07c2b6151 (patch)
tree790b6ac1295db4ffaba1846a7ca98ecc621541d9
parent6d0d79f13a1667cfd3c464fd9d4bd67df53daa0d (diff)
INTEGRATION: CWS dr33 (1.16.86); FILE MERGED
2005/02/14 16:40:13 dr 1.16.86.1: #i42367# remove non-ASCII characters from C++ sources
-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 a3cc62d08be3..17e55f01a59c 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.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: obo $ $Date: 2004-03-15 12:48:30 $
+ * last change: $Author: vg $ $Date: 2005-02-16 17:31:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,7 +153,7 @@ namespace connectivity
sal_uInt16 getRowPos() const {return m_nRowPos;}
virtual const ORowSetValue& getValue() const;
virtual void setValue(const ORowSetValue& _rVal);
- void bindValue(const OValueRefRow& _pRow); // Bindung an den Wert, den der Operand reprsentiert
+ void bindValue(const OValueRefRow& _pRow); // Bindung an den Wert, den der Operand repraesentiert
TYPEINFO();
};
@@ -173,7 +173,7 @@ namespace connectivity
TYPEINFO();
};
- // Parameter fr ein Prdikat
+ // Parameter fuer ein Praedikat
class OOperandParam : public OOperandRow
{
public:
@@ -265,7 +265,7 @@ namespace connectivity
{
public:
virtual void Exec(OCodeStack&) = 0;
- virtual sal_uInt16 getRequestedOperands() const; // Anzahl bentigter Operanden
+ virtual sal_uInt16 getRequestedOperands() const; // Anzahl benoetigter Operanden
// Standard ist 2
TYPEINFO();
};