diff options
author | Nikolai Pretzell <np@openoffice.org> | 2002-11-01 16:15:51 +0000 |
---|---|---|
committer | Nikolai Pretzell <np@openoffice.org> | 2002-11-01 16:15:51 +0000 |
commit | 18e7b2a7dbc74cd094028e11b0910f1136cce615 (patch) | |
tree | bc1652165f7eb6af956a96cbb2e6408db0da2cbf /autodoc/source/parser/adoc | |
parent | 7a9d96862db4571421d6eadb314da3c0c67ece2b (diff) |
#103134#
Diffstat (limited to 'autodoc/source/parser/adoc')
-rw-r--r-- | autodoc/source/parser/adoc/docu_pe.cxx | 14 | ||||
-rw-r--r-- | autodoc/source/parser/adoc/tk_attag.cxx | 5 |
2 files changed, 9 insertions, 10 deletions
diff --git a/autodoc/source/parser/adoc/docu_pe.cxx b/autodoc/source/parser/adoc/docu_pe.cxx index 67ca8448857d..b5d3ac002f1f 100644 --- a/autodoc/source/parser/adoc/docu_pe.cxx +++ b/autodoc/source/parser/adoc/docu_pe.cxx @@ -2,9 +2,9 @@ * * $RCSfile: docu_pe.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $ $Date: 2002-03-08 14:45:28 $ + * last change: $Author: np $ $Date: 2002-11-01 17:15:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -179,7 +179,7 @@ Adoc_PE::Hdl_at_obsolete( const Tok_at_obsolete & i_rTok ) void Adoc_PE::Hdl_at_module( const Tok_at_module & i_rTok ) { - // KORR + // KORR_FUTURE // pCurAtTag = CurDocu().Assign2_ModuleTag(); // nCurSpecialMeaningTokens = pCurAtTag->NrOfSpecialMeaningTokens(); @@ -188,7 +188,7 @@ Adoc_PE::Hdl_at_module( const Tok_at_module & i_rTok ) void Adoc_PE::Hdl_at_file( const Tok_at_file & i_rTok ) { - // KORR + // KORR_FUTURE // pCurAtTag = CurDocu().Assign2_FileTag(); // nCurSpecialMeaningTokens = pCurAtTag->NrOfSpecialMeaningTokens(); @@ -197,7 +197,7 @@ Adoc_PE::Hdl_at_file( const Tok_at_file & i_rTok ) void Adoc_PE::Hdl_at_gloss( const Tok_at_gloss & i_rTok ) { - // KORR + // KORR_FUTURE // Create_GlossaryEntry(); } @@ -205,14 +205,14 @@ Adoc_PE::Hdl_at_gloss( const Tok_at_gloss & i_rTok ) void Adoc_PE::Hdl_at_global( const Tok_at_global & i_rTok ) { - // KORR + // KORR_FUTURE // Create_GlobalTextComponent(); } void Adoc_PE::Hdl_at_include( const Tok_at_include & i_rTok ) { - // KORR + // KORR_FUTURE } void diff --git a/autodoc/source/parser/adoc/tk_attag.cxx b/autodoc/source/parser/adoc/tk_attag.cxx index c3f25e3c246c..7f0da54a55b8 100644 --- a/autodoc/source/parser/adoc/tk_attag.cxx +++ b/autodoc/source/parser/adoc/tk_attag.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tk_attag.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $ $Date: 2002-03-08 14:45:28 $ + * last change: $Author: np $ $Date: 2002-11-01 17:15:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,7 +66,6 @@ // NOT FULLY DEFINED SERVICES #include <adoc/tokintpr.hxx> -INSTANCIATE_ENUM(adoc::E_AtTagId); namespace adoc { |