summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-04-18 16:04:26 +0200
committerJan Holesovsky <kendy@collabora.com>2014-04-18 22:51:05 +0200
commit72d8c94dface439aa32928fb042a4793165f4158 (patch)
treed2547ae4be45fd43018445c1397d5fa5d1536ba9 /include/sfx2
parentf4d61eca610140670e483407c9b87acdcd9a9c17 (diff)
sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.
Change-Id: I9bf1c2404eeb6c59525061157e91b8777f2da540
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/shell.hxx3
1 files changed, 0 insertions, 3 deletions
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 )