diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-23 13:34:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-24 08:05:55 +0200 |
commit | 0e04b531448d7915b40c59dccef7a9313bd28c11 (patch) | |
tree | ed7c568e3279b8e7b83cac022f903a8cae4b2ea2 /sd | |
parent | 06dd5b9c9e34ad932b0a111c0ecb9f1e99008a19 (diff) |
convert SFXWB_ constants to scoped enum
Change-Id: I63d442e51b7e22093da1c232e1b575bc961c0e69
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/sdpreslt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/sdpreslt.cxx b/sd/source/ui/dlg/sdpreslt.cxx index 6ee9b9a24b20..e406177a91ec 100644 --- a/sd/source/ui/dlg/sdpreslt.cxx +++ b/sd/source/ui/dlg/sdpreslt.cxx @@ -178,7 +178,7 @@ IMPL_LINK_NOARG(SdPresLayoutDlg, ClickLayoutHdl, ValueSet*, void) */ IMPL_LINK_NOARG(SdPresLayoutDlg, ClickLoadHdl, Button*, void) { - VclPtrInstance< SfxNewFileDialog > pDlg(this, SFXWB_PREVIEW); + VclPtrInstance< SfxNewFileDialog > pDlg(this, SfxNewFileDialogMode::Preview); pDlg->SetText(SD_RESSTR(STR_LOAD_PRESENTATION_LAYOUT)); if(!IsReallyVisible()) |