summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-03 15:55:03 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-03 15:55:03 +0000
commit33b453be28a3caac4cd78fb95d99b4e6d5f9588b (patch)
tree686ae0c4b285098580c14d9949dac328b13a652b
parentd24f67bf78c63d07b5380a8a5f515f1fcbf2756b (diff)
INTEGRATION: CWS adc14 (1.5.22); FILE MERGED
2006/04/27 09:43:30 np 1.5.22.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.
-rw-r--r--autodoc/source/display/idl/hfi_struct.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/autodoc/source/display/idl/hfi_struct.cxx b/autodoc/source/display/idl/hfi_struct.cxx
index 329b7e88c914..70d6d5b75e05 100644
--- a/autodoc/source/display/idl/hfi_struct.cxx
+++ b/autodoc/source/display/idl/hfi_struct.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hfi_struct.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 17:47:17 $
+ * last change: $Author: rt $ $Date: 2006-05-03 16:55:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -123,6 +123,10 @@ HF_IdlStruct::Produce_byData( const client & i_ce ) const
aNameChain.Produce_CompleteChain(Env().CurPosition(), nameChainLinker);
// Title:
+ StreamLock
+ slAnnotations(200);
+ get_Annotations(slAnnotations(), i_ce);
+
StreamLock rTitle(200);
if (bIsTemplate)
rTitle() << "template ";
@@ -140,7 +144,7 @@ HF_IdlStruct::Produce_byData( const client & i_ce ) const
<< pStruct->TemplateParameter()
<< ">";
}
- aTitle.Produce_Title( rTitle().c_str() );
+ aTitle.Produce_Title(slAnnotations().c_str(), rTitle().c_str());
// Bases:
produce_Bases( aTitle.Add_Row(),