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 /starmath | |
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 'starmath')
-rw-r--r-- | starmath/source/view.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 5635f3c4e77d..8a8eb2d53a47 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -1938,7 +1938,7 @@ void SmViewShell::GetState(SfxItemSet &rSet) SmViewShell::SmViewShell(SfxViewFrame *pFrame_, SfxViewShell *) - : SfxViewShell(pFrame_, SFX_VIEW_HAS_PRINTOPTIONS | SFX_VIEW_CAN_PRINT) + : SfxViewShell(pFrame_, SfxViewShellFlags::HAS_PRINTOPTIONS | SfxViewShellFlags::CAN_PRINT) , pImpl(new SmViewShell_Impl) , aGraphic(this) , aGraphicController(aGraphic, SID_GAPHIC_SM, pFrame_->GetBindings()) |