diff options
-rw-r--r-- | sc/source/core/tool/editutil.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/core/tool/editutil.cxx b/sc/source/core/tool/editutil.cxx index 870d8211b011..b8918c817f69 100644 --- a/sc/source/core/tool/editutil.cxx +++ b/sc/source/core/tool/editutil.cxx @@ -660,7 +660,9 @@ String ScHeaderEditEngine::CalcFieldValue( const SvxFieldItem& rField, case text::textfield::Type::PAGES: aRet = lcl_GetNumStr( aData.nTotalPages,aData.eNumType ); break; + case text::textfield::Type::EXTENDED_TIME: case text::textfield::Type::TIME: + // For now, time field in the header / footer is always dynamic. aRet = ScGlobal::pLocaleData->getTime(aData.aTime); break; case text::textfield::Type::DOCINFO_TITLE: |