diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-23 14:27:36 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-24 08:47:57 +0200 |
commit | 20d1ee06c0242948e7e512db5465fdbdedc70916 (patch) | |
tree | 94b4bd7364197156c5650d7a9eb9f9d0c42809ce /cui/source/tabpages/page.cxx | |
parent | 6971da088718321b3790ce4d1d7b238dc8b76ce8 (diff) |
convert PaperSizeApp to scoped enum
Change-Id: Ifd452ed0ca53223ae9b45e1b3b232fcfc6d29496
Diffstat (limited to 'cui/source/tabpages/page.cxx')
-rw-r--r-- | cui/source/tabpages/page.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx index 61d5da6243a6..ca206e6b9e40 100644 --- a/cui/source/tabpages/page.cxx +++ b/cui/source/tabpages/page.cxx @@ -553,7 +553,7 @@ void SvxPageDescPage::Reset( const SfxItemSet* rSet ) SetMetricValue( *m_pPaperWidthEdit, aPaperSize.Width(), MAP_100TH_MM ); m_pPaperSizeBox->Clear(); - m_pPaperSizeBox->FillPaperSizeEntries( ( ePaperStart == PAPER_A3 ) ? PaperSizeStd : PaperSizeDraw ); + m_pPaperSizeBox->FillPaperSizeEntries( ( ePaperStart == PAPER_A3 ) ? PaperSizeApp::Std : PaperSizeApp::Draw ); m_pPaperSizeBox->SetSelection( ePaper ); // application specific |