Tag: cws_src680_qiq User: fs Date: 06/05/17 04:44:43 Modified: /dba/dbaccess/source/ui/dlg/ CollectionView.cxx
Log: ::dbaui::insertHierarchyElement needs an ORB now File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: CollectionView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/CollectionView.cxx?r1=1.4&r2=1.4.124.1 Delta lines: +4 -4 ------------------- --- CollectionView.cxx 8 Sep 2005 14:43:03 -0000 1.4 +++ CollectionView.cxx 17 May 2006 11:44:41 -0000 1.4.124.1 @@ -4,9 +4,9 @@ * * $RCSfile: CollectionView.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.124.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 14:43:03 $ + * last change: $Author: fs $ $Date: 2006/05/17 11:44:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -278,7 +278,7 @@ try { Reference<XHierarchicalNameContainer> xNameContainer(m_xContent,UNO_QUERY); - if ( dbaui::insertHierachyElement(this,xNameContainer,String(),m_bCreateForm) ) + if ( dbaui::insertHierachyElement(this,m_xORB,xNameContainer,String(),m_bCreateForm) ) m_aView.Initialize(m_xContent,String()); } catch(Exception) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
