summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-12-10 22:26:08 +0100
committerMichael Stahl <mstahl@redhat.com>2013-12-10 22:27:34 +0100
commit8fb8a39eb2c27bb5bc38601469969230f7f90c13 (patch)
treed13c9fb253bbd24e4c3947074e323416164b9368
parent33cbbd3a3a969b8ffd1e0155d5c84da8e1a2f863 (diff)
offapi: fdo#69306 tweak multi-paragraph parameter comment
Change-Id: I3d3d7ca09d30f5d9358e48f5a2e030967aa16bc3 (cherry picked from commit cfb58670f13befd738eff485349894ae504200f0)
-rw-r--r--offapi/com/sun/star/sdb/tools/XConnectionTools.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
index 7a7f1d6ea3c0..937ed563a0e6 100644
--- a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
+++ b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
@@ -96,9 +96,7 @@ interface XConnectionTools
by this function here is a temporary object. It is kept alive by another object, which is to be
created temporarily, too. To ensure that the fields you get are valid as long as you need them,
the owner which controls their life time is transfered to this parameter upon return.<br/>
-
Your fields live as long as this component lives.<br/>
-
Additionally, you are encouraged to dispose this component as soon as you don't need the fields anymore.
It depends on the connection's implementation if this is necessary, but the is no guarantee, so to
be on the safe side with respect to resource leaks, you should dispose the component.