diff options
author | August Sodora <augsod@gmail.com> | 2012-01-20 01:25:10 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2012-01-20 13:47:59 -0500 |
commit | 21ec8d068f457f222fa170eed296415717716a14 (patch) | |
tree | aac6d07e9843cb0556fb2f7b7a6d9a15a6980de0 /sfx2 | |
parent | ee0d6e3ab040ddd2ce1cd73945ee44da69201ca4 (diff) |
Remove unused DECL_PTRSTACK
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/menu/mnumgr.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/menu/mnumgr.cxx b/sfx2/source/menu/mnumgr.cxx index e9d7cf86dc52..8b87238fdbf3 100644 --- a/sfx2/source/menu/mnumgr.cxx +++ b/sfx2/source/menu/mnumgr.cxx @@ -76,7 +76,6 @@ #include <sfx2/objface.hxx> #include "thessubmenu.hxx" - static const sal_uInt16 nCompatVersion = 4; static const sal_uInt16 nVersion = 5; @@ -85,12 +84,6 @@ PopupMenu * SfxPopupMenuManager::pStaticThesSubMenu = NULL; using namespace com::sun::star; -//========================================================================= - -DECL_PTRSTACK(SfxMenuCfgItemArrStack, SfxMenuCfgItemArr*, 4, 4 ); - -//------------------------------------------------------------------------- - void TryToHideDisabledEntries_Impl( Menu* pMenu ) { DBG_ASSERT( pMenu, "invalid menu" ); |