diff options
author | Andreas Bregas <ab@openoffice.org> | 2010-08-06 09:35:51 +0200 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2010-08-06 09:35:51 +0200 |
commit | e2b85f96b67ac4bb9f26a60c11cedc98ec52206f (patch) | |
tree | 3411f6ae468ab5f5743ae4f20dc692476835367b /basic/source/inc/expr.hxx | |
parent | f4f1756a4c4cd35d77ccd2b9ca0f38799e6555af (diff) |
mib18: #163121# Declare Rework
Diffstat (limited to 'basic/source/inc/expr.hxx')
-rw-r--r-- | basic/source/inc/expr.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/basic/source/inc/expr.hxx b/basic/source/inc/expr.hxx index 9b8f51d09dea..851d0d6f1fe5 100644 --- a/basic/source/inc/expr.hxx +++ b/basic/source/inc/expr.hxx @@ -234,7 +234,6 @@ class SbiExprList { // Basisklasse fuer Parameter und Dims protected: SbiParser* pParser; // Parser SbiExpression* pFirst; // Expressions - SbiProcDef* pProc; // DECLARE-Funktion (Parameter-Anpassung) short nExpr; // Anzahl Expressions short nDim; // Anzahl Dimensionen BOOL bError; // TRUE: Fehler @@ -249,8 +248,6 @@ public: SbiExpression* Get( short ); BOOL Test( const SbiProcDef& ); // Parameter-Checks void Gen(); // Code-Erzeugung - // Setzen einer Funktionsdefinition zum Abgleich der Parameter - void SetProc( SbiProcDef* p ) { pProc = p; } void addExpression( SbiExpression* pExpr ); }; |