summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-01-04 11:57:34 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-01-04 11:57:34 +0000
commit08f5793f0c5e50fea71e416a3b391c618a2cab80 (patch)
tree315af23efbc362906f67b8b77d2cebad3e33acd0
parentcf482663ffbeb96482b2dec703dfc291b087604c (diff)
INTEGRATION: CWS adc21 (1.8.6); FILE MERGED
2007/11/26 12:33:22 np 1.8.6.1: #i77437#
-rw-r--r--autodoc/source/parser_i/idl/distrib.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/autodoc/source/parser_i/idl/distrib.cxx b/autodoc/source/parser_i/idl/distrib.cxx
index 6e443af73327..37bdb4e72a6e 100644
--- a/autodoc/source/parser_i/idl/distrib.cxx
+++ b/autodoc/source/parser_i/idl/distrib.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: distrib.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2007-11-02 17:05:11 $
+ * last change: $Author: hr $ $Date: 2008-01-04 12:57:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,10 +58,10 @@ namespace uidl
{
TokenDistributor::TokenDistributor( ary::Repository & io_rRepository,
- ParserInfo & io_rParserInfo )
+ ParserInfo & io_rParserInfo )
: pTokenSource(0),
- aProcessingData( io_rRepository, aDocumentation, io_rParserInfo ),
- aDocumentation(io_rParserInfo)
+ aDocumentation(io_rParserInfo),
+ aProcessingData( io_rRepository, aDocumentation, io_rParserInfo )
{
}