Kaydet (Commit) 59aed95e authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS c09tosrc (1.16.16); FILE MERGED

2007/06/22 15:16:39 jl 1.16.16.1: #i78688# allow to manage shared extension within office
üst 788bbeae
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dp_gui_treelb.cxx,v $ * $RCSfile: dp_gui_treelb.cxx,v $
* *
* $Revision: 1.18 $ * $Revision: 1.19 $
* *
* last change: $Author: kz $ $Date: 2007-06-20 14:03:55 $ * last change: $Author: rt $ $Date: 2007-07-06 12:35:10 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -439,6 +439,7 @@ SvLBoxEntry * DialogImpl::TreeListBoxImpl::addNode( ...@@ -439,6 +439,7 @@ SvLBoxEntry * DialogImpl::TreeListBoxImpl::addNode(
Reference<XCommandEnvironment> const & xCmdEnv, Reference<XCommandEnvironment> const & xCmdEnv,
bool sortIn ) bool sortIn )
{ {
OSL_ASSERT(xPackageManager.is());
NodeImpl * node = new NodeImpl( NodeImpl * node = new NodeImpl(
m_context, this, factoryURL, xPackageManager, xPackage ); m_context, this, factoryURL, xPackageManager, xPackage );
Reference<util::XModifyListener> xListener( node ); Reference<util::XModifyListener> xListener( node );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment