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

Tor Lillqvist tml at collabora.com
Fri Nov 24 21:01:26 UTC 2017


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

New commits:
commit ceff579722cd606de8ba71444a9d819f4e8a011d
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Nov 24 22:36:49 2017 +0200

    Mention that the StackVarEnumToString should really be an operator<<
    
    Change-Id: I71288daf10b1010ab0f9dbedd39875cc24f119ae

diff --git a/include/formula/token.hxx b/include/formula/token.hxx
index 3de7c761d658..c3144b4a2dcb 100644
--- a/include/formula/token.hxx
+++ b/include/formula/token.hxx
@@ -84,6 +84,9 @@ enum StackVar : sal_uInt8
 
 // Only to be used for debugging output. No guarantee of stability of the
 // return value.
+
+// Turn this into an operator<< when StackVar becomes a scoped enum
+
 inline std::string StackVarEnumToString(StackVar const e)
 {
     switch (e)


More information about the Libreoffice-commits mailing list