[Libreoffice-commits] core.git: include/formula

Tor Lillqvist tml at collabora.com
Wed Mar 29 08:15:30 UTC 2017


 include/formula/token.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 1646e0164a36ecc130e6930174ed325e0a1145fa
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Mar 29 11:14:40 2017 +0300

    Add warning about intended use case of debug helper
    
    Change-Id: I685509a92653112f2bbbfc970db3706b5a9bf994

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)


More information about the Libreoffice-commits mailing list