summaryrefslogtreecommitdiff
path: root/include/formula/token.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/formula/token.hxx')
-rw-r--r--include/formula/token.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/formula/token.hxx b/include/formula/token.hxx
index 09addbc7c7ff..3e2743e17cd1 100644
--- a/include/formula/token.hxx
+++ b/include/formula/token.hxx
@@ -133,17 +133,17 @@ public:
/**
Dummy methods to avoid switches and casts where possible,
- the real token classes have to overload the appropriate method[s].
- The only methods valid anytime if not overloaded are:
+ the real token classes have to override the appropriate method[s].
+ The only methods valid anytime if not overridden are:
- GetByte() since this represents the count of parameters to a function
which of course is 0 on non-functions. FormulaByteToken and ScExternal do
- overload it.
+ override it.
- HasForceArray() since also this is only used for operators and
functions and is 0 for other tokens.
- Any other non-overloaded method pops up an assertion.
+ Any other non-overridden method pops up an assertion.
*/
virtual sal_uInt8 GetByte() const;