From ad2a19dd2c72ef932443d86d92b3fd6c79ab45de Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 23 Mar 2005 08:02:28 +0000 Subject: INTEGRATION: CWS adc11 (1.6.14); FILE MERGED 2005/03/18 14:42:39 np 1.6.14.1: #i39458# --- autodoc/source/display/idl/hi_factory.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'autodoc/source') diff --git a/autodoc/source/display/idl/hi_factory.cxx b/autodoc/source/display/idl/hi_factory.cxx index 7dce6577c42f..57cd4e4b04eb 100644 --- a/autodoc/source/display/idl/hi_factory.cxx +++ b/autodoc/source/display/idl/hi_factory.cxx @@ -2,9 +2,9 @@ * * $RCSfile: hi_factory.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2004-07-12 15:31:16 $ + * last change: $Author: vg $ $Date: 2005-03-23 09:02:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,6 +125,8 @@ HtmlFactory_Idl::produce_ShortDoc( Xml::Element & o_screen, HF_IdlShortDocu aLinkDoc(Env(), rDetailsRowCell); aLinkDoc.Produce_byData( i_ce ); + + rDetailsRowCell << new Xml::XmlCode(" "); } // KORR MI: Does not belong here (implementation inheritance)! -- cgit