sc/source/ui/unoobj/tokenuno.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c7442c0d4979e40e2a5a21721284b3bf4e4a4c82
Author: Tor Lillqvist <t...@collabora.com>
Date:   Thu Mar 30 11:47:13 2017 +0300

    Use StackVarEnumToString
    
    Change-Id: I4c8f6f8153c9b7e4625f24f613771af19aa5d5e4

diff --git a/sc/source/ui/unoobj/tokenuno.cxx b/sc/source/ui/unoobj/tokenuno.cxx
index 5197da10b98e..2ff0615edf56 100644
--- a/sc/source/ui/unoobj/tokenuno.cxx
+++ b/sc/source/ui/unoobj/tokenuno.cxx
@@ -466,7 +466,7 @@ bool ScTokenConversion::ConvertToTokenSequence( const 
ScDocument& rDoc,
                     }
                     break;
                 default:
-                    SAL_WARN("sc",  
"ScTokenConversion::ConvertToTokenSequence: unhandled token type SvStackVar " 
<< rToken.GetType());
+                    SAL_WARN("sc",  
"ScTokenConversion::ConvertToTokenSequence: unhandled token type " << 
StackVarEnumToString(rToken.GetType()));
                     SAL_FALLTHROUGH;
                 case svSep:     // occurs with ocSep, ocOpen, ocClose, ocArray*
                 case svJump:    // occurs with ocIf, ocChoose
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to