diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-21 11:51:59 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-05-21 12:57:55 +0000 |
commit | cf991bf352d64021e872ab1f8d82cb0f3cea37f3 (patch) | |
tree | 11c77bf2230d74dc007308597e86f4c9981e81e7 /include/sfx2 | |
parent | cb0b7ff34dc193c37e89f4a968e1cb7502338230 (diff) |
convert SWIB constants to scoped enum
Change-Id: If64368f22e748cc646a726cb962e60ad29a66df9
Reviewed-on: https://gerrit.libreoffice.org/15840
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/dockwin.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/dockwin.hxx b/include/sfx2/dockwin.hxx index e929824a9c49..b88f20d00f73 100644 --- a/include/sfx2/dockwin.hxx +++ b/include/sfx2/dockwin.hxx @@ -32,6 +32,7 @@ class SfxSplitWindow; class SfxDockingWindow_Impl; +enum class SplitWindowItemFlags; void SFX2_DLLPUBLIC SAL_CALL SfxDockingWindowFactory( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, const OUString& rDockingWindowName ); bool SFX2_DLLPUBLIC SAL_CALL IsDockingWindowVisible( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, const OUString& rDockingWindowName ); @@ -107,7 +108,7 @@ public: DECL_LINK_TYPED(TimerHdl, Idle *, void); SAL_DLLPRIVATE void Initialize_Impl(); - SAL_DLLPRIVATE sal_uInt16 GetWinBits_Impl() const; + SAL_DLLPRIVATE SplitWindowItemFlags GetWinBits_Impl() const; SAL_DLLPRIVATE void SetItemSize_Impl( const Size& rSize ); SAL_DLLPRIVATE void Disappear_Impl(); SAL_DLLPRIVATE void Reappear_Impl(); |