summaryrefslogtreecommitdiff
path: root/autodoc/source/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 14:27:34 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 14:27:34 +0000
commitc30906abed8965cc4db5e6f3628fb16441199018 (patch)
treecb22a6401b5ca0e691756ab29ae6194f52f55581 /autodoc/source/inc
parent4b3de9b7da58ad570e215c72b2635573e74ef09b (diff)
INTEGRATION: CWS adc6 (1.1.1.1.50); FILE MERGED
2003/06/26 14:43:32 np 1.1.1.1.50.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.
Diffstat (limited to 'autodoc/source/inc')
-rw-r--r--autodoc/source/inc/estack.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/autodoc/source/inc/estack.hxx b/autodoc/source/inc/estack.hxx
index 446d0353d091..59b6bee3c86e 100644
--- a/autodoc/source/inc/estack.hxx
+++ b/autodoc/source/inc/estack.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: estack.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-03-08 14:45:27 $
+ * last change: $Author: hr $ $Date: 2003-06-30 15:27:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,8 +81,8 @@ class EStack : private std::slist<ELEM>
base & Base() { return *this; }
public:
- typedef ELEM value_type;
- typedef std::slist<ELEM>::size_type size_type;
+ typedef ELEM value_type;
+ typedef typename std::slist<ELEM>::size_type size_type;
// LIFECYCLE
EStack() {}