diff options
author | Pavel Janík <paveljanik@apache.org> | 2012-08-26 15:48:02 +0000 |
---|---|---|
committer | Pavel Janík <paveljanik@apache.org> | 2012-08-26 15:48:02 +0000 |
commit | 22cf0c44cdac445d65fa63c9ae20860fa6635720 (patch) | |
tree | 01f39a8ae2b6c9312ff49d6d99769a35c3d5a35e /sw | |
parent | f1ab9163631a67069e67b4ea006d53b5e7467a52 (diff) |
Remove unused variable nIdx to prevent WaE issue.
Notes
Notes:
prefer: 1c22545edf9085b9f2656ca92781158b6b123db3
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/txtnode/thints.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/txtnode/thints.cxx b/sw/source/core/txtnode/thints.cxx index af8dce287691..f8885cd22475 100644 --- a/sw/source/core/txtnode/thints.cxx +++ b/sw/source/core/txtnode/thints.cxx @@ -1637,7 +1637,6 @@ bool SwTxtNode::TryCharSetExpandToNum(const SfxItemSet& aCharSet) SfxItemIter aIter( aCharSet ); const SfxPoolItem* pItem = aIter.FirstItem(); const sal_uInt16 nWhich = pItem->Which(); - xub_StrLen nIdx = 0; const SfxPoolItem& rInnerItem = GetAttr(nWhich,false); |