summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/cpp/pe_param.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:56:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:56:30 +0000
commitad337fc18acb7d3d127e9d4bc6662e67ab7ec72e (patch)
treec5ba9cc29e389c935d995f2ab41ace899100b68d /autodoc/source/parser/cpp/pe_param.cxx
parent46d7e664de409ee3ced8c3782cc279deee1cbd8e (diff)
INTEGRATION: CWS adc18 (1.9.2); FILE MERGED
2007/10/18 15:23:18 np 1.9.2.1: #i81775#
Diffstat (limited to 'autodoc/source/parser/cpp/pe_param.cxx')
-rw-r--r--autodoc/source/parser/cpp/pe_param.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/autodoc/source/parser/cpp/pe_param.cxx b/autodoc/source/parser/cpp/pe_param.cxx
index 8f557b208965..4fddd87f379d 100644
--- a/autodoc/source/parser/cpp/pe_param.cxx
+++ b/autodoc/source/parser/cpp/pe_param.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pe_param.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2007-10-09 15:03:02 $
+ * last change: $Author: hr $ $Date: 2007-11-02 16:56:30 $
*
* 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 DEFINED SERVICES
-#include <cosv/template/tpltools.hxx>
-#include <ary/cpp/c_rwgate.hxx>
+#include <cosv/tpl/tpltools.hxx>
+#include <ary/cpp/c_gate.hxx>
+#include <ary/cpp/cp_type.hxx>
#include "pe_type.hxx"
#include "pe_vari.hxx"
@@ -208,7 +209,7 @@ PE_Parameter::On_start_Ellipse(const char *)
{
SetTokenResult(done, pop_success);
- aResultParamInfo.nType = Env().AryGate().Tid_Ellipse();
+ aResultParamInfo.nType = Env().AryGate().Types().Tid_Ellipse();
}
void