diff options
Diffstat (limited to 'cui/source/dialogs/iconcdlg.cxx')
-rw-r--r-- | cui/source/dialogs/iconcdlg.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx index 3c5f7946c9d6..d8117d1d711e 100644 --- a/cui/source/dialogs/iconcdlg.cxx +++ b/cui/source/dialogs/iconcdlg.cxx @@ -1075,7 +1075,6 @@ bool IconChoiceDialog::OK_Impl() if ( pSet ) { SfxItemSet aTmp( *pSet->GetPool(), pSet->GetRanges() ); - bool bRet = false; if ( pPage->HasExchangeSupport() ) nRet = pPage->DeactivatePage( &aTmp ); @@ -1086,8 +1085,6 @@ bool IconChoiceDialog::OK_Impl() pExampleSet->Put( aTmp ); pOutSet->Put( aTmp ); } - else if ( bRet ) - bModified |= true; } else nRet = pPage->DeactivatePage( NULL ); |