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 /sfx2/source/view/viewimp.hxx | |
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 'sfx2/source/view/viewimp.hxx')
-rw-r--r-- | sfx2/source/view/viewimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewimp.hxx b/sfx2/source/view/viewimp.hxx index 5d1e8487139a..43b25d045eca 100644 --- a/sfx2/source/view/viewimp.hxx +++ b/sfx2/source/view/viewimp.hxx @@ -65,7 +65,7 @@ struct SfxViewShell_Impl mutable SfxInPlaceClientList* mpIPClientList; - SfxViewShell_Impl(sal_uInt16 const nFlags); + SfxViewShell_Impl(SfxViewShellFlags const nFlags); ~SfxViewShell_Impl(); SfxInPlaceClientList* GetIPClientList_Impl( bool bCreate = true ) const; |