From 15b406f0736ad953aa79102bfa5949871c8c0213 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Feb 2015 12:39:24 +0200 Subject: convert SFX_CHILDWIN constants to enum class Change-Id: I8eb0c9bda0883bc08aed3acd7eaa72480848c6f3 --- sfx2/source/appl/appreg.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2/source/appl/appreg.cxx') diff --git a/sfx2/source/appl/appreg.cxx b/sfx2/source/appl/appreg.cxx index 923016d01c94..dc25cc26be30 100644 --- a/sfx2/source/appl/appreg.cxx +++ b/sfx2/source/appl/appreg.cxx @@ -53,10 +53,10 @@ void SfxApplication::Registrations_Impl() // ChildWindows SfxRecordingFloatWrapper_Impl::RegisterChildWindow(); - SfxNavigatorWrapper::RegisterChildWindow( false, NULL, SFX_CHILDWIN_NEVERHIDE ); + SfxNavigatorWrapper::RegisterChildWindow( false, NULL, SfxChildWindowFlags::NEVERHIDE ); SfxPartChildWnd_Impl::RegisterChildWindow(); SfxDockingWrapper::RegisterChildWindow(); - SfxInfoBarContainerChild::RegisterChildWindow( true, NULL, SFX_CHILDWIN_NEVERHIDE ); + SfxInfoBarContainerChild::RegisterChildWindow( true, NULL, SfxChildWindowFlags::NEVERHIDE ); // Controller SfxToolBoxControl::RegisterControl(SID_REPEAT); -- cgit