summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:40:53 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit4e70bdec9657f60c2bc9f4e8ad22c3625cc009a4 (patch)
tree3b0840e10c2e59e09d9bae08f8b6d811ca256743 /offapi/com/sun/star/awt
parent24b331efedc6fdf1082e92a2db444d80ae7fed81 (diff)
*api: convert <const scope="foo">
sed -i 's,<const scope="\([^"]*\)">\([^<]\+\)</const>,\1::\2,g' Change-Id: I964acc2725e8a6680f5bd8412014e5660510749e
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/AccessibleToolBoxItem.idl10
-rw-r--r--offapi/com/sun/star/awt/SystemDependentXWindow.idl2
-rw-r--r--offapi/com/sun/star/awt/WindowDescriptor.idl2
3 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl b/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl
index fa0b8a755541..3e81f990d061 100644
--- a/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl
+++ b/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl
@@ -54,11 +54,11 @@ service AccessibleToolBoxItem
<ul>
<li>Role: The role of a tool box item is
- <const scope="com::sun::star::accessibility">AccessibleRole::PUSH_BUTTON</const> when the item is a push button, or
- <const scope="com::sun::star::accessibility">AccessibleRole::TOGGLE_BUTTON</const> when the item is a button and checkable, or
- <const scope="com::sun::star::accessibility">AccessibleRole::PANEL</const> when the item is a window, or
- <const scope="com::sun::star::accessibility">AccessibleRole::FILLER</const> when the item is a fill item, or
- <const scope="com::sun::star::accessibility">AccessibleRole::SEPARATOR</const> when the item is a separator.</li>
+ com::sun::star::accessibility::AccessibleRole::PUSH_BUTTON when the item is a push button, or
+ com::sun::star::accessibility::AccessibleRole::TOGGLE_BUTTON when the item is a button and checkable, or
+ com::sun::star::accessibility::AccessibleRole::PANEL when the item is a window, or
+ com::sun::star::accessibility::AccessibleRole::FILLER when the item is a fill item, or
+ com::sun::star::accessibility::AccessibleRole::SEPARATOR when the item is a separator.</li>
<li>Name: The name of a tool box item is the name set.</li>
<li>Description: The description of a tool box item is its localized
help text.</li>
diff --git a/offapi/com/sun/star/awt/SystemDependentXWindow.idl b/offapi/com/sun/star/awt/SystemDependentXWindow.idl
index e34bc18fa00a..e5ac39320828 100644
--- a/offapi/com/sun/star/awt/SystemDependentXWindow.idl
+++ b/offapi/com/sun/star/awt/SystemDependentXWindow.idl
@@ -29,7 +29,7 @@
<p>This is the structure returned in the
XSystemDependentWindowPeer::getWindowHandle() call,
if the system type is
- <const scope="com::sun::star::lang">SystemDependent::XWINDOW</const>.</p>
+ com::sun::star::lang::SystemDependent::XWINDOW.</p>
@deprecated
*/
diff --git a/offapi/com/sun/star/awt/WindowDescriptor.idl b/offapi/com/sun/star/awt/WindowDescriptor.idl
index 5760950583bb..aa295812174e 100644
--- a/offapi/com/sun/star/awt/WindowDescriptor.idl
+++ b/offapi/com/sun/star/awt/WindowDescriptor.idl
@@ -136,7 +136,7 @@ published struct WindowDescriptor
/** specifies the position and size of the window.
<p>This member is ignored if the window attribute is
- <const scope="com::sun::star::awt">WindowAttribute::FULLSIZE</const>.</p>
+ com::sun::star::awt::WindowAttribute::FULLSIZE.</p>
*/
com::sun::star::awt::Rectangle Bounds;