diff options
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 147bba46730d..7c082010ea93 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -320,7 +320,7 @@ public: { return xUpperLeft ? xUpperLeft->GetType() : - static_cast<formula::StackVar>(formula::svUnknown); + formula::svUnknown; } const formula::FormulaConstTokenRef& GetUpperLeftToken() const { return xUpperLeft; } void Assign( const ScMatrixCellResultToken & r ); |