summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xcl97esc.hxx
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2011-12-05 20:08:33 +0100
committerEike Rathke <erack@redhat.com>2011-12-05 22:53:16 +0100
commitecfcc545433d30e3b70fd0c909cce782edbdee39 (patch)
tree50349cd0d001cf42986d66e005b93da804def2a5 /sc/source/filter/inc/xcl97esc.hxx
parent149c1746a1e2ee0557c72c067fe6fe79f0781c4d (diff)
Replace Stack with std::stack< std::pair< XclObj*, XclEscherHostAppData* > >
Diffstat (limited to 'sc/source/filter/inc/xcl97esc.hxx')
-rw-r--r--sc/source/filter/inc/xcl97esc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xcl97esc.hxx b/sc/source/filter/inc/xcl97esc.hxx
index df7c09d7fd63..a2af601e8e2b 100644
--- a/sc/source/filter/inc/xcl97esc.hxx
+++ b/sc/source/filter/inc/xcl97esc.hxx
@@ -30,8 +30,8 @@
#define SC_XCL97ESC_HXX
#include <memory>
+#include <stack>
#include <tools/table.hxx>
-#include <tools/stack.hxx>
#include <filter/msfilter/escherex.hxx>
#include "xlescher.hxx"
#include "xeroot.hxx"
@@ -149,7 +149,7 @@ private:
private:
XclExpObjectManager& mrObjMgr;
- Stack aStack;
+ std::stack< std::pair< XclObj*, XclEscherHostAppData* > > aStack;
XclObj* pCurrXclObj;
XclEscherHostAppData* pCurrAppData;
XclEscherClientData* pTheClientData; // always the same