diff options
author | David Tardon <dtardon@redhat.com> | 2011-03-29 19:02:58 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-03-29 19:09:06 +0200 |
commit | e097733ca6e5cb1c32cbd5d3bf935b3a823490df (patch) | |
tree | 040c6d4e9a1a117893bb20bff10834231e8763fb /sfx2 | |
parent | 8f19f128bf9221e87e97b82fdab59429d8954633 (diff) |
WaE: unused variable
Diffstat (limited to 'sfx2')
-rwxr-xr-x | sfx2/source/dialog/mgetempl.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx index de0240b2b43a..fb0d6b3d1d81 100755 --- a/sfx2/source/dialog/mgetempl.cxx +++ b/sfx2/source/dialog/mgetempl.cxx @@ -427,10 +427,6 @@ sal_Bool SfxManageStyleSheetPage::FillItemSet( SfxItemSet& rSet ) bModified = sal_True; DBG_ASSERT( pItem, "No Item" ); // is only possibly for user templates -#if OSL_DEBUG_LEVEL > 1 - sal_uInt16 nIdx = (sal_uInt16)(long)aFilterLb.GetEntryData( nFilterIdx ); - SfxFilterTupel* p = pItem->GetFilterList()[ nIdx ]; -#endif sal_uInt16 nMask = pItem->GetFilterList()[ (size_t)aFilterLb.GetEntryData( nFilterIdx ) ]->nFlags | SFXSTYLEBIT_USERDEF; pStyle->SetMask( nMask ); } |