summaryrefslogtreecommitdiff
path: root/sfx2
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 /sfx2
parent0112840eb074dd0feeedb4aa132e7e04c2b855b1 (diff)
convert ExtTimeFieldFormat to scoped enum
Change-Id: I6cb4e057f7a5b83edb51048f24372d19fbf48177
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/dinfdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index ab8c00cdad61..828e957f5ec7 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -1415,7 +1415,7 @@ CustomPropertyLine::CustomPropertyLine( vcl::Window* pParent ) :
m_bTypeLostFocus( false )
{
- m_aTimeField->SetExtFormat( EXTTIMEF_24H_LONG );
+ m_aTimeField->SetExtFormat( ExtTimeFieldFormat::Long24H );
m_aDateField->SetExtDateFormat( ExtDateFieldFormat::SystemShortYYYY );
m_aRemoveButton->SetModeImage(Image(SfxResId(SFX_IMG_PROPERTY_REMOVE)));