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

DECL_PTRSTACK->std::stack

üst f7c1f80a
...@@ -37,10 +37,11 @@ ...@@ -37,10 +37,11 @@
#include <sfx2/bindings.hxx> #include <sfx2/bindings.hxx>
#include <sfx2/viewfrm.hxx> #include <sfx2/viewfrm.hxx>
#include <deque>
class SfxSlotServer; class SfxSlotServer;
class SfxShell; class SfxShell;
class SfxRequest; class SfxRequest;
class SfxShellStack_Impl;
class SfxHintPoster; class SfxHintPoster;
class SfxViewFrame; class SfxViewFrame;
class SfxBindings; class SfxBindings;
...@@ -64,20 +65,18 @@ namespace com ...@@ -64,20 +65,18 @@ namespace com
} }
} }
//=========================================================================
#define SFX_SHELL_POP_UNTIL 4 #define SFX_SHELL_POP_UNTIL 4
#define SFX_SHELL_POP_DELETE 2 #define SFX_SHELL_POP_DELETE 2
#define SFX_SHELL_PUSH 1 #define SFX_SHELL_PUSH 1
//=========================================================================
typedef SfxPoolItem* SfxPoolItemPtr; typedef SfxPoolItem* SfxPoolItemPtr;
SV_DECL_PTRARR_DEL( SfxItemPtrArray, SfxPoolItemPtr, 4, 4 ) SV_DECL_PTRARR_DEL( SfxItemPtrArray, SfxPoolItemPtr, 4, 4 )
// fuer shell.cxx // fuer shell.cxx
typedef SfxItemPtrArray SfxItemArray_Impl; typedef SfxItemPtrArray SfxItemArray_Impl;
typedef std::deque<SfxShell*> SfxShellStack_Impl;
class SFX2_DLLPUBLIC SfxDispatcher class SFX2_DLLPUBLIC SfxDispatcher
{ {
SfxDispatcher_Impl* pImp; 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