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 /sw | |
parent | 6971da088718321b3790ce4d1d7b238dc8b76ce8 (diff) |
convert PaperSizeApp to scoped enum
Change-Id: Ifd452ed0ca53223ae9b45e1b3b232fcfc6d29496
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/sidebar/PageFormatPanel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/sidebar/PageFormatPanel.cxx b/sw/source/uibase/sidebar/PageFormatPanel.cxx index c61e304b05b5..6d7bac0dd684 100644 --- a/sw/source/uibase/sidebar/PageFormatPanel.cxx +++ b/sw/source/uibase/sidebar/PageFormatPanel.cxx @@ -109,7 +109,7 @@ void PageFormatPanel::dispose() void PageFormatPanel::Initialize() { - mpPaperSizeBox->FillPaperSizeEntries( PaperSizeStd ); + mpPaperSizeBox->FillPaperSizeEntries( PaperSizeApp::Std ); mpPaperSizeBox->SetDropDownLineCount(6); meUnit = maPaperSizeController.GetCoreMetric(); SetFieldUnit( *mpPaperWidth, meFUnit ); |