summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdb/tools/XObjectNames.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /offapi/com/sun/star/sdb/tools/XObjectNames.idl
parent*api: convert remaining <member> (diff)
downloadcore-24b331efedc6fdf1082e92a2db444d80ae7fed81.tar.gz
core-24b331efedc6fdf1082e92a2db444d80ae7fed81.zip
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
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 c800dc1e9b60..937a4bb42435 100644
--- a/offapi/com/sun/star/sdb/tools/XObjectNames.idl
+++ b/offapi/com/sun/star/sdb/tools/XObjectNames.idl
@@ -72,8 +72,8 @@ interface XObjectNames
@param CommandType
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>.
+ a unique name is to be generated. Must be either com::sun::star::sdb::CommandType::TABLE
+ or com::sun::star::sdb::CommandType::QUERY.
@param BaseName
specifies the base of the to-be-created object name. If empty, a default
@@ -107,8 +107,8 @@ interface XObjectNames
@param CommandType
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>.
+ name should be checked. Must be either com::sun::star::sdb::CommandType::TABLE
+ or com::sun::star::sdb::CommandType::QUERY.
@param Name
specifies the to-be-checked name of the object.