diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-03-29 11:14:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-03-29 11:15:02 +0300 |
commit | 1646e0164a36ecc130e6930174ed325e0a1145fa (patch) | |
tree | 6783b472f0a575f9f3d437ff39ba5ed32028e442 /include/formula | |
parent | b0a3a48c1dc4edc652bdf7cd67db5151832f328c (diff) |
Add warning about intended use case of debug helper
Change-Id: I685509a92653112f2bbbfc970db3706b5a9bf994
Diffstat (limited to 'include/formula')
-rw-r--r-- | include/formula/token.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/formula/token.hxx b/include/formula/token.hxx index 7856d787d660..d6a50904214b 100644 --- a/include/formula/token.hxx +++ b/include/formula/token.hxx @@ -88,6 +88,8 @@ typedef sal_uInt8 StackVar; typedef StackVarEnum StackVar; #endif +// Only to be used for debugging output. No guarantee of stability of the +// return value. inline std::string StackVarEnumToString(StackVar const e) { switch (e) |