summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-02 12:58:07 +0200
committerNoel Grandin <noel@peralex.com>2016-09-05 08:21:46 +0200
commit2df04c81cf08301f8b4479471dd59352bf90b6e3 (patch)
tree2673c8366b7abb4f54147ea8d5e7fd578201c016 /cui
parent0112840eb074dd0feeedb4aa132e7e04c2b855b1 (diff)
convert ExtTimeFieldFormat to scoped enum
Change-Id: I6cb4e057f7a5b83edb51048f24372d19fbf48177
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optmemory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optmemory.cxx b/cui/source/options/optmemory.cxx
index 2f8e2fce7fd6..31cc66dce7b9 100644
--- a/cui/source/options/optmemory.cxx
+++ b/cui/source/options/optmemory.cxx
@@ -134,7 +134,7 @@ OfaMemoryOptionsPage::OfaMemoryOptionsPage(vcl::Window* pParent, const SfxItemSe
m_pQuickStarterFrame->Hide();
#endif
- m_pTfGraphicObjectTime->SetExtFormat( EXTTIMEF_24H_SHORT );
+ m_pTfGraphicObjectTime->SetExtFormat( ExtTimeFieldFormat::Short24H );
SetExchangeSupport();