From 72d8c94dface439aa32928fb042a4793165f4158 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 18 Apr 2014 16:04:26 +0200 Subject: sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro. Change-Id: I9bf1c2404eeb6c59525061157e91b8777f2da540 --- include/sfx2/shell.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/sfx2') diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index e2173b8e7fbb..22c3a1f3aabf 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -352,9 +352,6 @@ inline void SfxShell::SetPool #define SFX_VISIBILITY_SERVER 0x8000 #define SFX_VISIBILITY_NOCONTEXT 0xFFFF // Always visable -#define SFX_FEATURED_CHILDWINDOW_REGISTRATION(nId,nFeature) \ - GetStaticInterface()->RegisterChildWindow( nId, false, nFeature ) - #define SFX_CHILDWINDOW_CONTEXT_REGISTRATION(nId) \ GetStaticInterface()->RegisterChildWindow( nId, true ) -- cgit