summaryrefslogtreecommitdiff
path: root/autodoc/source/inc/estack.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/inc/estack.hxx')
-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 5c1b76ab7446..b9607fe1cd08 100644
--- a/autodoc/source/inc/estack.hxx
+++ b/autodoc/source/inc/estack.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -52,11 +52,11 @@ class EStack : private std::slist<ELEM>
typedef typename std::slist<ELEM>::size_type size_type;
// LIFECYCLE
- EStack() {}
+ EStack() {}
EStack(
const EStack & i_rStack )
- : base( (const base &)(i_rStack) ) {}
- ~EStack() {}
+ : base( (const base &)(i_rStack) ) {}
+ ~EStack() {}
// OPERATORS
EStack & operator=(
const EStack & i_rStack )