From 9f12a9da8d91364d4d0865021adbe62bfa09148c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 21:58:51 +0200 Subject: *api: convert Foo This looks much better now. sed -i 's,\([^<]\+\),\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80 --- offapi/com/sun/star/awt/FontDescriptor.idl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'offapi/com/sun/star/awt/FontDescriptor.idl') 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.

Use one value out of the constant group - FontFamily.

+ com::sun::star::awt::FontFamily.

*/ short Family; @@ -66,7 +66,7 @@ published struct FontDescriptor /** specifies the character set which is supported by the font.

Use one value out of the constant group - CharSet.

+ com::sun::star::awt::CharSet.

*/ short CharSet; @@ -74,7 +74,7 @@ published struct FontDescriptor /** specifies the pitch of the font.

Use one value out of the constant group - FontPitch.

+ com::sun::star::awt::FontPitch.

*/ short Pitch; @@ -107,7 +107,7 @@ published struct FontDescriptor /** specifies the kind of underlining.

Use one value out of the constant group - FontUnderline.

+ com::sun::star::awt::FontUnderline.

*/ short Underline; @@ -115,7 +115,7 @@ published struct FontDescriptor /** specifies the kind of strikeout.

Use one value out of the constant group - FontStrikeout.

+ com::sun::star::awt::FontStrikeout.

*/ short Strikeout; @@ -148,7 +148,7 @@ published struct FontDescriptor /** specifies the technology of the font representation.

One or more values out of the constant group - FontType can be combined by + com::sun::star::awt::FontType can be combined by an arithmetical or-operation.

*/ short Type; -- cgit v1.2.3