summaryrefslogtreecommitdiff
path: root/autodoc/source/parser_i/idl/pe_file2.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-12 14:40:47 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-12 14:40:47 +0000
commit4139746d5aa775b6aa8f98b17cc737915460b288 (patch)
tree90cda70c68b9765e865e2e4579e81b5e03245eaa /autodoc/source/parser_i/idl/pe_file2.cxx
parent6af22be3de2e1671842f5d8f354b192f9405cf4f (diff)
INTEGRATION: CWS adc8 (1.3.8); FILE MERGED
2004/07/02 11:04:16 np 1.3.8.1: #i26261#
Diffstat (limited to 'autodoc/source/parser_i/idl/pe_file2.cxx')
-rw-r--r--autodoc/source/parser_i/idl/pe_file2.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/autodoc/source/parser_i/idl/pe_file2.cxx b/autodoc/source/parser_i/idl/pe_file2.cxx
index 0956ff5e8478..279611427546 100644
--- a/autodoc/source/parser_i/idl/pe_file2.cxx
+++ b/autodoc/source/parser_i/idl/pe_file2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pe_file2.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 03:07:14 $
+ * last change: $Author: rt $ $Date: 2004-07-12 15:40:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -284,6 +284,8 @@ PE_File::Process_Stereotype( const TokStereotype & i_rToken )
{
if (i_rToken.Id() == TokStereotype::ste_published)
{
+ pTokenAdmin->Set_PublishedOn();
+
SetResult(done, stay);
}
else