diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 08:02:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 08:02:28 +0000 |
commit | ad2a19dd2c72ef932443d86d92b3fd6c79ab45de (patch) | |
tree | 826bfc370248c8266d2a25623e494389d2d51166 /autodoc/source | |
parent | 522fbe39de361f7735ac72672ef107eb1b693196 (diff) |
INTEGRATION: CWS adc11 (1.6.14); FILE MERGED
2005/03/18 14:42:39 np 1.6.14.1: #i39458#
Diffstat (limited to 'autodoc/source')
-rw-r--r-- | autodoc/source/display/idl/hi_factory.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
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)! |