summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdb/tools/XObjectNames.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:58:51 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit9f12a9da8d91364d4d0865021adbe62bfa09148c (patch)
treea74d3d9213f950fff68bca5ba07662e15b82d217 /offapi/com/sun/star/sdb/tools/XObjectNames.idl
parent*api: convert <type>Foo</type> (diff)
downloadcore-9f12a9da8d91364d4d0865021adbe62bfa09148c.tar.gz
core-9f12a9da8d91364d4d0865021adbe62bfa09148c.zip
*api: convert <type scope="bar">Foo</type>
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
Diffstat (limited to 'offapi/com/sun/star/sdb/tools/XObjectNames.idl')
-rw-r--r--offapi/com/sun/star/sdb/tools/XObjectNames.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/tools/XObjectNames.idl b/offapi/com/sun/star/sdb/tools/XObjectNames.idl
index 304c2e126163..34777ad324bc 100644
--- a/offapi/com/sun/star/sdb/tools/XObjectNames.idl
+++ b/offapi/com/sun/star/sdb/tools/XObjectNames.idl
@@ -40,14 +40,14 @@ module com { module sun { module star { module sdb { module tools {
unique. Using this interface, you can easily ensure this uniqueness.</p>
<p>All of the functionality present in this interface depends on a connection,
- thus it entry point for obtaining it is a <type scope="com::sun::star::sdb">Connection</type>
+ thus it entry point for obtaining it is a com::sun::star::sdb::Connection
service.</p>
<p>The component itself does not have life-time control mechanisms, i.e. you
cannot explicitly dispose it (<member scope="com::sun::star::lang">XComponent::dispose</member>),
and you cannot be notified when it dies.<br/>
However, if your try to access any of its methods or attributes, after the
- connection which was used to create it was closed, a <type scope="com::sun::star::lang">DisposedException</type>
+ connection which was used to create it was closed, a com::sun::star::lang::DisposedException
will be thrown.</p>
@see XConnectionTools
@@ -71,7 +71,7 @@ interface XObjectNames
you are actually creating the table respectively query.</p>
@param CommandType
- specifies the <type scope="com::sun::star::sdb">CommandType</type> of the object for which
+ specifies the com::sun::star::sdb::CommandType of the object for which
a unique name is to be generated. Must be either <member scope="com::sun::star::sdb">CommandType::TABLE</member>
or <member scope="com::sun::star::sdb">CommandType::QUERY</member>.
@@ -106,7 +106,7 @@ interface XObjectNames
application driven by user interactions.</p>
@param CommandType
- specifies the <type scope="com::sun::star::sdb">CommandType</type> of the object whose
+ specifies the com::sun::star::sdb::CommandType of the object whose
name should be checked. Must be either <member scope="com::sun::star::sdb">CommandType::TABLE</member>
or <member scope="com::sun::star::sdb">CommandType::QUERY</member>.