summaryrefslogtreecommitdiff
path: root/include/svx/AccessibleShape.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 19:07:59 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:59 +0200
commitcdbbbdce9956e290b4a849af332df55da1be8d36 (patch)
tree2050cdc73e167962b0a37e7272abd55575f8c705 /include/svx/AccessibleShape.hxx
parentbf080115bac322b177ffcf1e15aff4de1d742b4c (diff)
include: convert <type> here too
sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: Ibdaeb2c396ad29ced05716142b38c6a1c3e49847
Diffstat (limited to 'include/svx/AccessibleShape.hxx')
-rw-r--r--include/svx/AccessibleShape.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx
index 450b090f7562..1e1bc6081253 100644
--- a/include/svx/AccessibleShape.hxx
+++ b/include/svx/AccessibleShape.hxx
@@ -46,9 +46,9 @@ class IAccessibleParent;
/** This base class provides a base implementation for all shapes. For more
detailed documentation about the methods refer to the descriptions of
the implemented interfaces. These are, among others,
- <type>XAccessible</type>, <type>XAccessibleContext</type>,
- <type>XAccessibleComponent</type> and
- <type>XAccessibleExtendedComponent</type>.
+ XAccessible, <type>XAccessibleContext</type>,
+ XAccessibleComponent and
+ XAccessibleExtendedComponent.
<p>The children of a shape can stem from two sources which, in case of
SVX and SD shapes, are mutually exclusive. This implementation,
@@ -56,9 +56,9 @@ class IAccessibleParent;
shapes from other projects.
<ul>
<li>If this shape is a group shape, i.e. a
- <type>SvxShapeGroup</type> or a <type>Svx3DSceneObject</type>, it
+ SvxShapeGroup or a <type>Svx3DSceneObject</type>, it
can have nested shapes.</li>
- <li>If this shape is a descendant from <type>SvxShapeText</type>
+ <li>If this shape is a descendant from SvxShapeText
then the text paragraphs are its children.</li>
</ul>
</p>
@@ -116,7 +116,7 @@ public:
/** Set the specified state. If the state is <const>FOCUSED</const>
then, additionally to the inherited functionality, the focus
- listeners registered with the <type>XAccessibleComponent</type>
+ listeners registered with the XAccessibleComponent
interface are called (if that state really changes).
@param aState
@@ -130,7 +130,7 @@ public:
/** Reset the specified state. If the state is <const>FOCUSED</const>
then, additionally to the inherited functionality, the focus
- listeners registered with the <type>XAccessibleComponent</type>
+ listeners registered with the XAccessibleComponent
interface are called (if that state really changes).
@param aState