summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-26 20:16:55 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-26 20:16:55 +0000
commitcb297f39814f3938a6c7e681fff161b2ed03f30b (patch)
tree39a1f63a2cfc4d9e954cbe8916e9583fed81cd6d /basic
parent64a9121a52115f1f48b3327e11a39fae11481484 (diff)
#i10000# WaE fixes
Diffstat (limited to 'basic')
-rw-r--r--basic/source/inc/expr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/inc/expr.hxx b/basic/source/inc/expr.hxx
index 547bd79bce20..d347e77f453e 100644
--- a/basic/source/inc/expr.hxx
+++ b/basic/source/inc/expr.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: expr.hxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
* This file is part of OpenOffice.org.
*
@@ -67,7 +67,7 @@ enum SbiExprMode { // Expression context:
EXPRMODE_STANDALONE, // a param1, param2 OR a( param1, param2 ) = 42
EXPRMODE_LPAREN_PENDING, // start of parameter list with bracket, special handling
EXPRMODE_LPAREN_NOT_NEEDED, // pending LPAREN has not been used
- EXPRMODE_ARRAY_OR_OBJECT, // '=' or '(' or '.' found after ')' on ParenLevel 0, stopping
+ EXPRMODE_ARRAY_OR_OBJECT // '=' or '(' or '.' found after ')' on ParenLevel 0, stopping
// expression, assuming array syntax a(...)[(...)] = ?
// or a(...).b(...)
};