diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-04-18 16:06:55 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-04-18 22:51:05 +0200 |
commit | 2df21aa91b72ed54728f7508a958d58afa42a543 (patch) | |
tree | 04e6816c1e36bdbb74487f3f4f2c32c8c09e9405 /include/sfx2 | |
parent | 72d8c94dface439aa32928fb042a4793165f4158 (diff) |
sfx2: Kill SFX_CHILDWINDOW_CONTEXT_REGISTRATION macro.
Change-Id: Ib94cc5bc33152e53910a50cce878fb69312d0c30
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/shell.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index 22c3a1f3aabf..5f2bae7d95d7 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_CHILDWINDOW_CONTEXT_REGISTRATION(nId) \ - GetStaticInterface()->RegisterChildWindow( nId, true ) - #define SFX_STATUSBAR_REGISTRATION(rResId) \ GetStaticInterface()->RegisterStatusBar( rResId ) |