summaryrefslogtreecommitdiff
path: root/autodoc/source/display/idl/hfi_tag.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:59:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:59:01 +0000
commitb6a9ac0d8bc3bb64875d3767f007724d790833b2 (patch)
tree3d4d513a0e32cc155eb83ea239605ee7ab7fb73c /autodoc/source/display/idl/hfi_tag.cxx
parent23e5825803c35da8643249fb8f6832cc112060ce (diff)
INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED
2006/05/23 16:17:08 sb 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2005/10/19 09:28:59 np 1.8.4.1: #i53898#
Diffstat (limited to 'autodoc/source/display/idl/hfi_tag.cxx')
-rw-r--r--autodoc/source/display/idl/hfi_tag.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/autodoc/source/display/idl/hfi_tag.cxx b/autodoc/source/display/idl/hfi_tag.cxx
index a470830eec96..5907b934e385 100644
--- a/autodoc/source/display/idl/hfi_tag.cxx
+++ b/autodoc/source/display/idl/hfi_tag.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hfi_tag.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2006-05-03 16:55:36 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:59:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -154,8 +154,9 @@ void
HF_IdlTag::Display_ParameterAtTag( const csi::dsapi::DT_ParameterAtTag & i_rTag )
{
csv_assert( pTitleOut != 0 );
+ StreamLock sl(100);
*pTitleOut
- << ( StreamLock(100)() << "Parameter " << i_rTag.Title() << c_str );
+ << ( sl() << "Parameter " << i_rTag.Title() << c_str );
PutText_Out( i_rTag.Text() );
}