summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-03-29 19:02:58 +0200
committerDavid Tardon <dtardon@redhat.com>2011-03-29 19:09:06 +0200
commite097733ca6e5cb1c32cbd5d3bf935b3a823490df (patch)
tree040c6d4e9a1a117893bb20bff10834231e8763fb /sfx2
parent8f19f128bf9221e87e97b82fdab59429d8954633 (diff)
WaE: unused variable
Diffstat (limited to 'sfx2')
-rwxr-xr-xsfx2/source/dialog/mgetempl.cxx4
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 );
}