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 /sd | |
parent | 6971da088718321b3790ce4d1d7b238dc8b76ce8 (diff) |
convert PaperSizeApp to scoped enum
Change-Id: Ifd452ed0ca53223ae9b45e1b3b232fcfc6d29496
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/sidebar/SlideBackground.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx index 370f27a8cc43..4d7b6f4563dd 100644 --- a/sd/source/ui/sidebar/SlideBackground.cxx +++ b/sd/source/ui/sidebar/SlideBackground.cxx @@ -147,7 +147,7 @@ bool SlideBackground::IsImpress() void SlideBackground::Initialize() { - mpPaperSizeBox->FillPaperSizeEntries( PaperSizeDraw ); + mpPaperSizeBox->FillPaperSizeEntries( PaperSizeApp::Draw ); mpPaperSizeBox->SetSelectHdl(LINK(this,SlideBackground,PaperSizeModifyHdl)); mpPaperOrientation->SetSelectHdl(LINK(this,SlideBackground,PaperSizeModifyHdl)); mpCloseMaster->Hide(); |