summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:57:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:57:31 +0000
commit6c7e312f81d3f51eccc7b7a66f1fcd463533732c (patch)
tree347743db2fc59f3c0489c8bdee617d6700f7d296 /autodoc
parentc15f3125779acb17f2c500a211da5c78798e42e9 (diff)
INTEGRATION: CWS adc18 (1.6.2); FILE MERGED
2007/10/18 15:23:18 np 1.6.2.1: #i81775#
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/parser/cpp/pe_tydef.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/autodoc/source/parser/cpp/pe_tydef.cxx b/autodoc/source/parser/cpp/pe_tydef.cxx
index 79484bb55b4e..a1596f5179dd 100644
--- a/autodoc/source/parser/cpp/pe_tydef.cxx
+++ b/autodoc/source/parser/cpp/pe_tydef.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pe_tydef.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2007-09-18 14:14:16 $
+ * last change: $Author: hr $ $Date: 2007-11-02 16:57:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,8 +38,9 @@
// NOT FULLY DECLARED SERVICES
-#include <ary/cpp/c_rwgate.hxx>
-#include <ary/cpp/ca_type.hxx>
+#include <ary/cpp/c_gate.hxx>
+#include <ary/cpp/c_type.hxx>
+#include <ary/cpp/cp_ce.hxx>
#include <all_toks.hxx>
#include "pe_type.hxx"
@@ -104,7 +105,7 @@ PE_Typedef::TransferData()
pStati->SetCur(size_of_states);
ary::cpp::Typedef &
- rTypedef = Env().AryGate().Store_Typedef(
+ rTypedef = Env().AryGate().Ces().Store_Typedef(
Env().Context(), sName, nType );
Env().Event_Store_Typedef(rTypedef);
}