diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-24 00:32:41 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-24 00:48:02 +0100 |
commit | ae516fabd96a948b62c4d3a522555fc955750c3e (patch) | |
tree | 940342f47524f646f0ed7a3f2bc3efab487e2707 /formula/inc | |
parent | c3ea61ab29648bf93b3b4f809c7e98c40c1113f8 (diff) |
import inherited number formats with cached values, fdo#59724
Change-Id: I698f60daf4e591b57d8d99c130d2e524dc10c306
Diffstat (limited to 'formula/inc')
-rw-r--r-- | formula/inc/formula/token.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/formula/inc/formula/token.hxx b/formula/inc/formula/token.hxx index b72234e8fae5..3a174d7b9d4f 100644 --- a/formula/inc/formula/token.hxx +++ b/formula/inc/formula/token.hxx @@ -58,6 +58,9 @@ enum StackVarEnum // and/or string result and a formula // string to be compiled. + svHybridValueCell, // A temporary formula cell with an value + // and possibily a string representation + svExternalSingleRef, svExternalDoubleRef, svExternalName, |