sw/source/core/unocore/unoidx.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c2161066746ca5767a8ff9a7759729940788d917
Author: Tor Lillqvist <t...@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))
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to