[Libreoffice-commits] core.git: sw/source
Tor Lillqvist
tml at collabora.com
Tue Apr 15 00:02:12 PDT 2014
sw/source/core/unocore/unoidx.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c2161066746ca5767a8ff9a7759729940788d917
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Apr 15 10:01:46 2014 +0300
Blind fix attempt for MSVC compilation error
Change-Id: Ibc5bd847806cf3490d598d2016a623e2f42b0043
diff --git a/sw/source/core/unocore/unoidx.cxx b/sw/source/core/unocore/unoidx.cxx
index 2cf1eca..d911f34 100644
--- a/sw/source/core/unocore/unoidx.cxx
+++ b/sw/source/core/unocore/unoidx.cxx
@@ -2853,7 +2853,7 @@ throw (lang::IllegalArgumentException, lang::IndexOutOfBoundsException,
{
const OUString sTokenType =
lcl_AnyToString(pProperties[j].Value);
- for (TokenType const* pTokenType = g_TokenTypes;
+ for (const TokenType *pTokenType = g_TokenTypes;
pTokenType->pName; ++pTokenType)
{
if (sTokenType.equalsAscii(pTokenType->pName))
More information about the Libreoffice-commits
mailing list