summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rdf
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:45:02 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commitea71a05840f53158f669182c6e93de9f8348bbe5 (patch)
tree4b2ee9dbaf603e319f995cbf4ee6223a82ad8e71 /offapi/com/sun/star/rdf
parent3122600a5e11309b86e33061defd710cf0872975 (diff)
*api: convert <member scope="foo">bar</member>
sed -i 's,<member scope="\([^"]*\)">\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1::\2(),g' Change-Id: I265ff28fee73a271f205294e59955b3a1c81d95a
Diffstat (limited to 'offapi/com/sun/star/rdf')
-rw-r--r--offapi/com/sun/star/rdf/XQuerySelectResult.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/rdf/XQuerySelectResult.idl b/offapi/com/sun/star/rdf/XQuerySelectResult.idl
index 510f861e6aed..26ebc2d517b1 100644
--- a/offapi/com/sun/star/rdf/XQuerySelectResult.idl
+++ b/offapi/com/sun/star/rdf/XQuerySelectResult.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module rdf {
each being a list of bindings for the above variables</li>
</ol>
Note that each query result retrieved via
- <member scope="com::sun::star::container">XEnumeration::nextElement</member>
+ com::sun::star::container::XEnumeration::nextElement()
has the type <type dim="[]">XNode</type>,
the length of the sequence being the same as the number of query variables.
</p>