summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2012-01-20 17:50:02 -0500
committerAugust Sodora <augsod@gmail.com>2012-01-20 17:50:50 -0500
commit6accc1e65a8ab566db16c07dd76cf5f74c0bf792 (patch)
treef28268f60ea2dee9d3973825c7bfdb1f15940f06 /sfx2/inc
parentf9424e58a3e32f3bf1112206ad23b6922fdc010c (diff)
Revert "DECL_PTRSTACK->std::stack"
This reverts commit 56208a1b367b25eea8bd7df5507cf4fa1fe8fb1d.
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/dispatch.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sfx2/inc/sfx2/dispatch.hxx b/sfx2/inc/sfx2/dispatch.hxx
index 0867aa5d08ff..de657426dfc6 100644
--- a/sfx2/inc/sfx2/dispatch.hxx
+++ b/sfx2/inc/sfx2/dispatch.hxx
@@ -37,11 +37,10 @@
#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;
@@ -65,18 +64,20 @@ 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;