diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-04-18 15:32:53 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-04-18 22:49:27 +0200 |
commit | 1a1daff34e23e6b6c25975675a1f1a5a4db6ff08 (patch) | |
tree | 5b49f9119357ca179e5d7c9fcd47fdedf2aec93d /include/sfx2/shell.hxx | |
parent | 9f83ea4bc61c051473aeaed9849cba4627aceadb (diff) |
sfx2: Kill SFX_FEATURED_OBJECTBAR_REGISTRATION macro.
Change-Id: I7a364b74a9223a6256f004ee2367aaaff80e7f2e
Diffstat (limited to 'include/sfx2/shell.hxx')
-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 97055b25ffe2..79c593c7c8cd 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_OBJECTBAR_REGISTRATION(nPos,rResId,nFeature) \ - GetStaticInterface()->RegisterObjectBar( nPos, rResId, nFeature ) - #define SFX_CHILDWINDOW_REGISTRATION(nId) \ GetStaticInterface()->RegisterChildWindow( nId, false ) |