summaryrefslogtreecommitdiff
path: root/cui/source/options/optfltr.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-27 11:23:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-27 11:23:31 +0000
commit34b5dc33d450661bcd9c9f474ed18df8e98634ba (patch)
tree019fe77b89bf0582cc7af24d5118e22067d79d1c /cui/source/options/optfltr.cxx
parent02dd8a0e32464aaab863c558322af67b7ba4e121 (diff)
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'cui/source/options/optfltr.cxx')
-rw-r--r--cui/source/options/optfltr.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/cui/source/options/optfltr.cxx b/cui/source/options/optfltr.cxx
index 8e35b22a028b..13e7489f8aac 100644
--- a/cui/source/options/optfltr.cxx
+++ b/cui/source/options/optfltr.cxx
@@ -188,7 +188,6 @@ SfxTabPage* OfaMSFilterTabPage2::Create( Window* pParent,
BOOL OfaMSFilterTabPage2::FillItemSet( SfxItemSet& )
{
- BOOL bModified = FALSE;
SvtFilterOptions* pOpt = SvtFilterOptions::Get();
static struct ChkCBoxEntries{
@@ -231,10 +230,7 @@ BOOL OfaMSFilterTabPage2::FillItemSet( SfxItemSet& )
pCheckButtonData->ConvertToButtonState( nButtonFlags );
if( bCheck != (pOpt->*pArr->FnIs)() )
- {
- bModified = TRUE;
(pOpt->*pArr->FnSet)( bCheck );
- }
}
}
}