diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-24 09:41:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-24 09:52:08 +0200 |
commit | 9582380ebc2dd241ee90951c3b28d420e140bcde (patch) | |
tree | af50c827125933203afeff8124d65ded57417e49 /sd/source | |
parent | 9e28cc8ca79b5c42955867a62e89faf8facc5e80 (diff) |
convert ImageAlign to enum class
Change-Id: I22e2e66a1f0b230403ad1d9c1f5b7f34a6ee6ea5
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/dlg/dlgass.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx index 3373adecc4b3..9a1f0c7fd2a2 100644 --- a/sd/source/ui/dlg/dlgass.cxx +++ b/sd/source/ui/dlg/dlgass.cxx @@ -418,7 +418,7 @@ AssistentDlgImpl::AssistentDlgImpl( vcl::Window* pWindow, const Link<>& rFinishL ); mpPage1OpenPB->EnableImageDisplay(true); mpPage1OpenPB->EnableTextDisplay(true); - mpPage1OpenPB->SetImageAlign(IMAGEALIGN_LEFT); + mpPage1OpenPB->SetImageAlign(ImageAlign::Left); mpPage1OpenPB->SetStyle(mpPage1OpenPB->GetStyle() | WB_CENTER); } |