diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
commit | a258b8caf67655ba2394bb1d343e67b77c3e4f93 (patch) | |
tree | 59ba68abe07829603f658bcf37de0876a3b4d8cc /sc/inc/token.hxx | |
parent | 1bc46807d949243d15bbc1ff005eacd61b1a7089 (diff) |
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r-- | sc/inc/token.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index f3476250c83e..d1d5758f0fd7 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -114,7 +114,7 @@ public: virtual ~ScToken(); inline void Delete() { delete this; } - inline const StackVar GetType() const { return eType; } + inline StackVar GetType() const { return eType; } BOOL IsFunction() const; // pure functions, no operators BOOL IsMatrixFunction() const; // if a function _always_ returns a Matrix BYTE GetParamCount() const; |