summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:55:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:55:09 +0000
commit0f0f410d76e951beb3bffa60da149e1a59b46cf6 (patch)
tree5a24f3634c30e7fd1cfaf261a424faaf19ec2adf /autodoc
parent27c14abe542fd8f9f3e1b664532615c03c1b1836 (diff)
INTEGRATION: CWS adc18 (1.3.32); FILE MERGED
2007/10/18 15:23:18 np 1.3.32.1: #i81775#
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/parser/cpp/pe_file.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/autodoc/source/parser/cpp/pe_file.hxx b/autodoc/source/parser/cpp/pe_file.hxx
index f9206aad53c4..2583afb3746d 100644
--- a/autodoc/source/parser/cpp/pe_file.hxx
+++ b/autodoc/source/parser/cpp/pe_file.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pe_file.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 12:04:14 $
+ * last change: $Author: hr $ $Date: 2007-11-02 16:55:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,7 +42,6 @@
// BASE CLASSES
#include "cpp_pe.hxx"
// COMPONENTS
-#include <ary/ids.hxx>
#include <semantic/callf.hxx>
#include <semantic/sub_peu.hxx>
// PARAMETERS
@@ -85,7 +84,7 @@ class PE_File : public Cpp_PE
const cpp::Token & i_rTok );
virtual Cpp_PE * Handle_ChildFailure();
- ary::cpp::RwGate & AryGate() const;
+ ary::cpp::Gate & AryGate() const;
private:
typedef SubPe< PE_File, PE_Namespace> SP_Namespace;