summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xforms
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/xforms
parent944eb9902788d8afec9e3f0f65d3b680041e039b (diff)
*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/xforms')
-rw-r--r--offapi/com/sun/star/xforms/Binding.idl2
-rw-r--r--offapi/com/sun/star/xforms/XDataTypeRepository.idl2
-rw-r--r--offapi/com/sun/star/xforms/XModel.idl2
3 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xforms/Binding.idl b/offapi/com/sun/star/xforms/Binding.idl
index cb053a262deb..20fce5373b90 100644
--- a/offapi/com/sun/star/xforms/Binding.idl
+++ b/offapi/com/sun/star/xforms/Binding.idl
@@ -44,7 +44,7 @@ service Binding
/** allows external instances to observe the value represented by the binding
<p>This interface is an optional part of the
- <type scope="com::sun::star::form::binding">ValueBinding</type> service, but loses
+ com::sun::star::form::binding::ValueBinding service, but loses
its optionality here.</p>
*/
interface com::sun::star::util::XModifyBroadcaster;
diff --git a/offapi/com/sun/star/xforms/XDataTypeRepository.idl b/offapi/com/sun/star/xforms/XDataTypeRepository.idl
index 0ee6ad70d170..510e2d54f3cc 100644
--- a/offapi/com/sun/star/xforms/XDataTypeRepository.idl
+++ b/offapi/com/sun/star/xforms/XDataTypeRepository.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module xforms {
/** specifies a repository of XSD data types
- <p>The elements of the repository are instances supporting the <type scope="com::sun::star::xsd">XDataType</type>
+ <p>The elements of the repository are instances supporting the com::sun::star::xsd::XDataType
interface.</p>
*/
interface XDataTypeRepository
diff --git a/offapi/com/sun/star/xforms/XModel.idl b/offapi/com/sun/star/xforms/XModel.idl
index b351e4f539fe..878c89043b97 100644
--- a/offapi/com/sun/star/xforms/XModel.idl
+++ b/offapi/com/sun/star/xforms/XModel.idl
@@ -116,7 +116,7 @@ interface XModel
/** gets container containing all instances;
- <p>The elements of the set are arrays of <type scope="com::sun::star::beans">PropertyValue</type>s,
+ <p>The elements of the set are arrays of com::sun::star::beans::PropertyValues,
containing the ID, the URL, and the instance itself.</p>
*/
com::sun::star::container::XSet getInstances();