summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:46:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 15:46:23 +0000
commit19b783af9e298e0a1a9b12641e3b6e49125122bb (patch)
tree99c5174c61d05f84ba68aa7cef37b0d64603fdf0 /autodoc
parentb2e703d22f2bf4d305bd958ae17480933c303c6b (diff)
INTEGRATION: CWS adc18 (1.4.2); FILE MERGED
2007/10/18 15:23:16 np 1.4.2.1: #i81775#
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/parser/adoc/a_rdocu.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/autodoc/source/parser/adoc/a_rdocu.cxx b/autodoc/source/parser/adoc/a_rdocu.cxx
index 3a25d565be87..e78ae7d3ea99 100644
--- a/autodoc/source/parser/adoc/a_rdocu.cxx
+++ b/autodoc/source/parser/adoc/a_rdocu.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: a_rdocu.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2007-09-18 14:06:52 $
+ * last change: $Author: hr $ $Date: 2007-11-02 16:46:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,7 +40,7 @@
// NOT FULLY DECLARED SERVICES
#include <adoc/docu_pe.hxx>
#include <adoc/adoc_tok.hxx>
-#include <ary/docu.hxx>
+#include <ary/doc/d_oldcppdocu.hxx>
#include <doc_deal.hxx>
@@ -76,7 +76,8 @@ DocuExplorer::Process_Token( DYN adoc::Token & let_drToken )
let_drToken.Trigger(*pPE);
if ( pPE->IsComplete() )
{
- ary::Documentation * pDocu = pPE->ReleaseJustParsedDocu();
+ ary::doc::OldCppDocu *
+ pDocu = pPE->ReleaseJustParsedDocu();
if ( pDocu != 0 )
{
if (bIsPassedFirstDocu)