diff options
-rw-r--r-- | include/formula/token.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
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) |