diff options
Diffstat (limited to 'sc/source/ui/inc/ChildWindowWrapper.hxx')
-rw-r--r-- | sc/source/ui/inc/ChildWindowWrapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/ChildWindowWrapper.hxx b/sc/source/ui/inc/ChildWindowWrapper.hxx index 6e50bf951cb4..3d52f96b0d0a 100644 --- a/sc/source/ui/inc/ChildWindowWrapper.hxx +++ b/sc/source/ui/inc/ChildWindowWrapper.hxx @@ -51,7 +51,7 @@ public: static void RegisterChildWindow ( bool bVisible = false, SfxModule* pModule = NULL, - sal_uInt16 nFlags = 0) + SfxChildWindowFlags nFlags = SfxChildWindowFlags::NONE) { SfxChildWinFactory* pFactory = new SfxChildWinFactory(ChildWindowWrapper::CreateImpl, WindowID, CHILDWIN_NOPOS ); pFactory->aInfo.nFlags |= nFlags; |