You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pa...@apache.org on 2012/08/26 18:48:02 UTC

svn commit: r1377456 - /incubator/ooo/trunk/main/sw/source/core/txtnode/thints.cxx

Author: paveljanik
Date: Sun Aug 26 16:48:02 2012
New Revision: 1377456

URL: http://svn.apache.org/viewvc?rev=1377456&view=rev
Log:
Remove unused variable nIdx to prevent WaE issue.

Modified:
    incubator/ooo/trunk/main/sw/source/core/txtnode/thints.cxx

Modified: incubator/ooo/trunk/main/sw/source/core/txtnode/thints.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/source/core/txtnode/thints.cxx?rev=1377456&r1=1377455&r2=1377456&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/source/core/txtnode/thints.cxx (original)
+++ incubator/ooo/trunk/main/sw/source/core/txtnode/thints.cxx Sun Aug 26 16:48:02 2012
@@ -1637,7 +1637,6 @@ bool SwTxtNode::TryCharSetExpandToNum(co
 	SfxItemIter aIter( aCharSet );
         const SfxPoolItem* pItem = aIter.FirstItem();
         const sal_uInt16 nWhich = pItem->Which();
-	xub_StrLen nIdx = 0;
 
 	const SfxPoolItem& rInnerItem = GetAttr(nWhich,false);