#i113056# fix warning

This commit is contained in:
Caolán McNamara
2010-10-05 15:11:29 +01:00
parent c57cf1ab4a
commit 8057748fb2

View File

@@ -758,7 +758,7 @@ void SAL_CALL SvXMLExport::setSourceDocument( const uno::Reference< lang::XCompo
sal_Int32 nIndex;
OUString aURL;
for( nIndex = 0; nIndex < nCount; nIndex++, *pPrefix++ )
for( nIndex = 0; nIndex < nCount; ++nIndex, ++pPrefix )
{
if( xNamespaceMap->getByName( *pPrefix ) >>= aURL )
_GetNamespaceMap().Add( *pPrefix, aURL, XML_NAMESPACE_UNKNOWN );