Kaydet (Commit) 56208a1b authored tarafından August Sodora's avatar August Sodora

DECL_PTRSTACK->std::stack

üst f7c1f80a
......@@ -37,10 +37,11 @@
#include <sfx2/bindings.hxx>
#include <sfx2/viewfrm.hxx>
#include <deque>
class SfxSlotServer;
class SfxShell;
class SfxRequest;
class SfxShellStack_Impl;
class SfxHintPoster;
class SfxViewFrame;
class SfxBindings;
......@@ -64,20 +65,18 @@ namespace com
}
}
//=========================================================================
#define SFX_SHELL_POP_UNTIL 4
#define SFX_SHELL_POP_DELETE 2
#define SFX_SHELL_PUSH 1
//=========================================================================
typedef SfxPoolItem* SfxPoolItemPtr;
SV_DECL_PTRARR_DEL( SfxItemPtrArray, SfxPoolItemPtr, 4, 4 )
// fuer shell.cxx
typedef SfxItemPtrArray SfxItemArray_Impl;
typedef std::deque<SfxShell*> SfxShellStack_Impl;
class SFX2_DLLPUBLIC SfxDispatcher
{
SfxDispatcher_Impl* pImp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment