diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 15:09:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 15:09:44 +0000 |
commit | 686a593e7c36081b52705de1abaaa1b13009a6b3 (patch) | |
tree | 01f9d8bc134cf0b24d2ae498ec4805a736b80709 /autodoc | |
parent | 9e973cc9ff068879b2a515a470ed3320b732b3d7 (diff) |
INTEGRATION: CWS adc16 (1.5.48); FILE MERGED
2007/07/27 11:13:41 np 1.5.48.1: #i80054#
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/parser_i/inc/s2_dsapi/docu_pe2.hxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/autodoc/source/parser_i/inc/s2_dsapi/docu_pe2.hxx b/autodoc/source/parser_i/inc/s2_dsapi/docu_pe2.hxx index 688d11ad2934..3a23098584ca 100644 --- a/autodoc/source/parser_i/inc/s2_dsapi/docu_pe2.hxx +++ b/autodoc/source/parser_i/inc/s2_dsapi/docu_pe2.hxx @@ -4,9 +4,9 @@ * * $RCSfile: docu_pe2.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:56:34 $ + * last change: $Author: hr $ $Date: 2007-07-31 16:09:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -141,6 +141,12 @@ class SapiDocu_PE : public TokenInterpreter void SetCurSeeAlsoAtTagLinkText( DYN ary::info::DocuToken & let_drNewToken ); + void SetCurSeeAlsoAtTagLinkText_2( + DYN ary::info::DocuToken & + let_drNewToken ); + void SetCurSeeAlsoAtTagLinkText_3( + DYN ary::info::DocuToken & + let_drNewToken ); void SetCurSinceAtTagVersion( DYN ary::info::DocuToken & let_drNewToken ); @@ -157,6 +163,7 @@ class SapiDocu_PE : public TokenInterpreter Dyn<DT_AtTag> pCurAtTag; String sCurDimAttribute; + StreamStr sCurAtSeeType_byXML; }; } // namespace dsapi |