diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-03-30 11:47:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-03-30 11:47:58 +0300 |
commit | c7442c0d4979e40e2a5a21721284b3bf4e4a4c82 (patch) | |
tree | 60efd047ebbf464fedb2d8a4e6b5e2425b3c4393 /sc/source/ui/unoobj/tokenuno.cxx | |
parent | 34edd437e3ff11c1184062d75745054feb24ecdc (diff) |
Use StackVarEnumToString
Change-Id: I4c8f6f8153c9b7e4625f24f613771af19aa5d5e4
Diffstat (limited to 'sc/source/ui/unoobj/tokenuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/tokenuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |