User: vg Date: 05/02/16 09:31:59 Modified: /dba/connectivity/source/inc/file/ fcode.hxx
Log: 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 File Changes: Directory: /dba/connectivity/source/inc/file/ ============================================= File [changed]: fcode.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/file/fcode.hxx?r1=1.16&r2=1.17 Delta lines: +12 -12 --------------------- --- fcode.hxx 15 Mar 2004 12:48:30 -0000 1.16 +++ fcode.hxx 16 Feb 2005 17:31:56 -0000 1.17 @@ -153,7 +153,7 @@ 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 repr�sentiert + void bindValue(const OValueRefRow& _pRow); // Bindung an den Wert, den der Operand repraesentiert TYPEINFO(); }; @@ -173,7 +173,7 @@ TYPEINFO(); }; - // Parameter f�r ein Pr�dikat + // Parameter fuer ein Praedikat class OOperandParam : public OOperandRow { public: @@ -265,7 +265,7 @@ { public: virtual void Exec(OCodeStack&) = 0; - virtual sal_uInt16 getRequestedOperands() const; // Anzahl ben�tigter Operanden + virtual sal_uInt16 getRequestedOperands() const; // Anzahl benoetigter Operanden // Standard ist 2 TYPEINFO(); }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
