summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/inc/adoc/cx_a_std.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 12:40:25 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 12:40:25 +0000
commitce9d41435372f0d31f50750a6bc4c90156b125fa (patch)
treef6ee869cd7794d21c1884be53d95e07b02caea88 /autodoc/source/parser/inc/adoc/cx_a_std.hxx
parent2175bce066cd7b2cba76f22a06893622dd99278e (diff)
INTEGRATION: CWS adc9 (1.1.1.1.130); FILE MERGED
2004/11/09 17:39:25 np 1.1.1.1.130.1: #i31023#
Diffstat (limited to 'autodoc/source/parser/inc/adoc/cx_a_std.hxx')
-rw-r--r--autodoc/source/parser/inc/adoc/cx_a_std.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/parser/inc/adoc/cx_a_std.hxx b/autodoc/source/parser/inc/adoc/cx_a_std.hxx
index 4f7b6ac973cc..5a5408a5659a 100644
--- a/autodoc/source/parser/inc/adoc/cx_a_std.hxx
+++ b/autodoc/source/parser/inc/adoc/cx_a_std.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cx_a_std.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-03-08 14:45:32 $
+ * last change: $Author: obo $ $Date: 2004-11-15 13:40:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,8 +119,8 @@ class Context_AdocStd : public autodoc::TkpDocuContext,
TokenDealer * pDealer;
// Contexts
- TkpContext * pFollowUpContext;
TkpContext * pParentContext;
+ TkpContext * pFollowUpContext;
Dyn<Cx_LineStart> pCx_LineStart;
Dyn<Cx_CheckStar> pCx_CheckStar;
Dyn<Cx_AtTagCompletion>