Kaydet (Commit) 3f678224 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS cyb1 (1.12.40); FILE MERGED

2005/08/17 13:42:16 cyb 1.12.40.1: Issue number: #53446#
üst a0c5a196
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: XInitialization.idl,v $ * $RCSfile: XInitialization.idl,v $
* *
* $Revision: 1.13 $ * $Revision: 1.14 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 15:47:57 $ * last change: $Author: rt $ $Date: 2005-12-14 11:32:44 $
* *
* 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.
...@@ -61,7 +61,7 @@ module com { module sun { module star { module lang { ...@@ -61,7 +61,7 @@ module com { module sun { module star { module lang {
<p>Instead of calling <member>XSingleComponentFactory::createInstanceWithContext</member> <p>Instead of calling <member>XSingleComponentFactory::createInstanceWithContext</member>
and later initialize(), you should call and later initialize(), you should call
<member>XSingleComponentFactory::createInstanceWithArgumentsAndContext</member> <member>XSingleComponentFactory::createInstanceWithArgumentsAndContext</member>
to pass the arguments to the instance. The reason is, that a component may want to pass the arguments to the instance. The reason is, that a component may want to
return the same instance for the same set of parameters, and it can do so by implementing return the same instance for the same set of parameters, and it can do so by implementing
the factory itself. the factory itself.
</p> </p>
......
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