diff options
author | David Tardon <dtardon@redhat.com> | 2011-03-29 19:03:55 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-03-29 19:09:06 +0200 |
commit | a4a10bfdb528bf8c0a0cd886f37fe863659dfd6e (patch) | |
tree | 962f0bf01d0f8ffcff0dc3689ef094ce69ab3db8 /sfx2/source/dialog | |
parent | e097733ca6e5cb1c32cbd5d3bf935b3a823490df (diff) |
WaE: unused variable
Diffstat (limited to 'sfx2/source/dialog')
-rwxr-xr-x | sfx2/source/dialog/templdlg.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx index 0386b48542fc..daee9551be8a 100755 --- a/sfx2/source/dialog/templdlg.cxx +++ b/sfx2/source/dialog/templdlg.cxx @@ -1494,10 +1494,6 @@ void SfxCommonTemplateDialog_Impl::Update_Impl() // other filters for automatic CheckItem( nActFamily, sal_True ); const SfxStyleFamilyItem *pStyleItem = GetFamilyItem_Impl(); -#if OSL_DEBUG_LEVEL > 1 - SfxFilterTupel *pT; - pT = pStyleItem->GetFilterList()[ nActFilter ]; -#endif if ( 0 == pStyleItem->GetFilterList()[ nActFilter ]->nFlags && nAppFilter != pItem->GetValue()) { |