summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/FontDescriptor.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/awt/FontDescriptor.idl
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/awt/FontDescriptor.idl')
-rw-r--r--offapi/com/sun/star/awt/FontDescriptor.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/FontDescriptor.idl b/offapi/com/sun/star/awt/FontDescriptor.idl
index 82ad1aac058e..20755181dd47 100644
--- a/offapi/com/sun/star/awt/FontDescriptor.idl
+++ b/offapi/com/sun/star/awt/FontDescriptor.idl
@@ -58,7 +58,7 @@ published struct FontDescriptor
/** specifies the general style of the font.
<p>Use one value out of the constant group
- <type scope="com::sun::star::awt">FontFamily</type>.</p>
+ com::sun::star::awt::FontFamily.</p>
*/
short Family;
@@ -66,7 +66,7 @@ published struct FontDescriptor
/** specifies the character set which is supported by the font.
<p>Use one value out of the constant group
- <type scope="com::sun::star::awt">CharSet</type>.</p>
+ com::sun::star::awt::CharSet.</p>
*/
short CharSet;
@@ -74,7 +74,7 @@ published struct FontDescriptor
/** specifies the pitch of the font.
<p>Use one value out of the constant group
- <type scope="com::sun::star::awt">FontPitch</type>.</p>
+ com::sun::star::awt::FontPitch.</p>
*/
short Pitch;
@@ -107,7 +107,7 @@ published struct FontDescriptor
/** specifies the kind of underlining.
<p>Use one value out of the constant group
- <type scope="com::sun::star::awt">FontUnderline</type>.</p>
+ com::sun::star::awt::FontUnderline.</p>
*/
short Underline;
@@ -115,7 +115,7 @@ published struct FontDescriptor
/** specifies the kind of strikeout.
<p>Use one value out of the constant group
- <type scope="com::sun::star::awt">FontStrikeout</type>.</p>
+ com::sun::star::awt::FontStrikeout.</p>
*/
short Strikeout;
@@ -148,7 +148,7 @@ published struct FontDescriptor
/** specifies the technology of the font representation.
<p>One or more values out of the constant group
- <type scope="com::sun::star::awt">FontType</type> can be combined by
+ com::sun::star::awt::FontType can be combined by
an arithmetical or-operation.</p>
*/
short Type;