diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-13 11:28:49 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-04-15 11:34:21 +0000 |
commit | 9782438a5887c40246016c1f2b5fe12401d2c68d (patch) | |
tree | 9ccf853b12d1bc16bb6b9b48e54317bcdf10856f /sd | |
parent | c2c22d26db03949771d5a0bb4f8abf6d2dc850ea (diff) |
convert SFX_VIEW constants to scoped enum
Change-Id: I327dc1ec722fa9445f13fc5168ad646e272ba9d4
Reviewed-on: https://gerrit.libreoffice.org/15300
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/ViewShellBase.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx index 7f55add6c3fd..480262f97e5f 100644 --- a/sd/source/ui/view/ViewShellBase.cxx +++ b/sd/source/ui/view/ViewShellBase.cxx @@ -231,8 +231,8 @@ ViewShellBase::ViewShellBase ( SfxViewFrame* _pFrame, SfxViewShell*) : SfxViewShell (_pFrame, - SFX_VIEW_CAN_PRINT - | SFX_VIEW_HAS_PRINTOPTIONS), + SfxViewShellFlags::CAN_PRINT + | SfxViewShellFlags::HAS_PRINTOPTIONS), maMutex(), mpImpl(), mpDocShell (NULL), |