Kaydet (Commit) c2161066 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Blind fix attempt for MSVC compilation error

Change-Id: Ibc5bd847806cf3490d598d2016a623e2f42b0043
üst bf5a6730
...@@ -2853,7 +2853,7 @@ throw (lang::IllegalArgumentException, lang::IndexOutOfBoundsException, ...@@ -2853,7 +2853,7 @@ throw (lang::IllegalArgumentException, lang::IndexOutOfBoundsException,
{ {
const OUString sTokenType = const OUString sTokenType =
lcl_AnyToString(pProperties[j].Value); lcl_AnyToString(pProperties[j].Value);
for (TokenType const* pTokenType = g_TokenTypes; for (const TokenType *pTokenType = g_TokenTypes;
pTokenType->pName; ++pTokenType) pTokenType->pName; ++pTokenType)
{ {
if (sTokenType.equalsAscii(pTokenType->pName)) if (sTokenType.equalsAscii(pTokenType->pName))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment