diff options
author | Noel Grandin <noel@peralex.com> | 2015-02-25 12:39:24 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-02-25 12:39:49 +0200 |
commit | 15b406f0736ad953aa79102bfa5949871c8c0213 (patch) | |
tree | 6323df578781137a65d6fa8e92298025333da61d /sfx2/source/dialog/partwnd.cxx | |
parent | bc81d76567eb64e05f830499ef48c60caee13503 (diff) |
convert SFX_CHILDWIN constants to enum class
Change-Id: I8eb0c9bda0883bc08aed3acd7eaa72480848c6f3
Diffstat (limited to 'sfx2/source/dialog/partwnd.cxx')
-rw-r--r-- | sfx2/source/dialog/partwnd.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/partwnd.cxx b/sfx2/source/dialog/partwnd.cxx index 6420558452e8..beddb3391512 100644 --- a/sfx2/source/dialog/partwnd.cxx +++ b/sfx2/source/dialog/partwnd.cxx @@ -63,7 +63,7 @@ SfxPartChildWnd_Impl::SfxPartChildWnd_Impl eChildAlignment = SFX_ALIGN_TOP; assert(pInfo); - pInfo->nFlags |= SFX_CHILDWIN_FORCEDOCK; + pInfo->nFlags |= SfxChildWindowFlags::FORCEDOCK; static_cast<SfxDockingWindow*>(pWindow)->SetFloatingSize( Size( 175, 175 ) ); pWindow->SetSizePixel( Size( 175, 175 ) ); |