From edd4335d71db221d896c6296ec1ea285911bfd32 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 2 Jul 2003 12:49:43 +0000 Subject: [PATCH] INTEGRATION: CWS ooo11rc (1.1.38); FILE MERGED 2003/06/30 13:47:44 np 1.1.38.1: #i16201# workaround to probably gcc3.3 bug (template not instantiated, when a static_cast requires a constructor call). --- autodoc/source/display/idl/hi_linkhelper.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autodoc/source/display/idl/hi_linkhelper.cxx b/autodoc/source/display/idl/hi_linkhelper.cxx index 0593c29dfe46..f10867c747a9 100644 --- a/autodoc/source/display/idl/hi_linkhelper.cxx +++ b/autodoc/source/display/idl/hi_linkhelper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: hi_linkhelper.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $ $Date: 2002-11-01 17:14:57 $ + * last change: $Author: vg $ $Date: 2003-07-02 13:49:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,7 +95,7 @@ LinkHelper::Search_Module( output::Node & i_node ) const rEnv.CurPosition().RelatedNode().Set_RelatedNameRoom(nId); } - return & rEnv.Data().Find_Module( static_cast(nId) ); + return & rEnv.Data().Find_Module( ary::idl::Ce_id(nId) ); } LinkHelper::OutPosition