summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ui/XUIElementFactory.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/ui/XUIElementFactory.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/ui/XUIElementFactory.idl')
-rw-r--r--offapi/com/sun/star/ui/XUIElementFactory.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ui/XUIElementFactory.idl b/offapi/com/sun/star/ui/XUIElementFactory.idl
index bef986896e1a..5e19afcbfaaa 100644
--- a/offapi/com/sun/star/ui/XUIElementFactory.idl
+++ b/offapi/com/sun/star/ui/XUIElementFactory.idl
@@ -60,7 +60,7 @@ interface XUIElementFactory : ::com::sun::star::uno::XInterface
characters for type and name. This argument must not be empty to
have a working user interface element instance.The implementation
can throw an
- <type scope="com::sun::star::container">NoSuchElementException</type>
+ com::sun::star::container::NoSuchElementException
if it doesn't know how to create the request user interface
element.
@@ -68,7 +68,7 @@ interface XUIElementFactory : ::com::sun::star::uno::XInterface
The following arguments are supported:
<ul>
<li><b>Frame</b><br>
- specifies the <type scope="com::sun::star::frame">XFrame</type>
+ specifies the com::sun::star::frame::XFrame
instance to which the user interface element belongs to. To
create a configurable user interface element the frame
instance must contain a visible component. Otherwise it is
@@ -94,7 +94,7 @@ interface XUIElementFactory : ::com::sun::star::uno::XInterface
user interface element cannot retrieve its structure data and changes to
the user interface element structure won't be persistent. It is up to the
implementation to throw an
- <type scope="com::sun::star::lang">IllegalArgumentException</type>
+ com::sun::star::lang::IllegalArgumentException
if it cannot create a user interface element with the provided arguments.
@see ConfigurableUIElement