Kaydet (Commit) 6accc1e6 authored tarafından August Sodora's avatar August Sodora

Revert "DECL_PTRSTACK->std::stack"

This reverts commit 56208a1b.
üst f9424e58
...@@ -37,11 +37,10 @@ ...@@ -37,11 +37,10 @@
#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;
...@@ -65,18 +64,20 @@ namespace com ...@@ -65,18 +64,20 @@ 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