diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index fb2ea14f4a16..e34c7e7a35c6 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -383,7 +383,10 @@ void OfaMiscTabPage::Reset( const SfxItemSet* rSet ) const SfxPoolItem* pItem = nullptr; if ( SfxItemState::SET == rSet->GetItemState( SID_ATTR_YEAR2000, false, &pItem ) ) + { m_pYearValueField->SetValue( static_cast(pItem)->GetValue() ); + TwoFigureHdl(*m_pYearValueField); + } else m_pYearFrame->Enable(false);