summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/Panose.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/Panose.idl')
-rw-r--r--offapi/com/sun/star/rendering/Panose.idl20
1 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/rendering/Panose.idl b/offapi/com/sun/star/rendering/Panose.idl
index dadf75c9bf4a..cb70fce00fb2 100644
--- a/offapi/com/sun/star/rendering/Panose.idl
+++ b/offapi/com/sun/star/rendering/Panose.idl
@@ -23,34 +23,34 @@ module com { module sun { module star { module rendering {
struct Panose
{
- /// <type>PanoseFamilyTypes</type>
+ /// PanoseFamilyTypes
byte FamilyType;
- /// <type>PanoseSerifStyle</type>
+ /// PanoseSerifStyle
byte SerifStyle;
- /// <type>PanoseWeight</type>
+ /// PanoseWeight
byte Weight;
- /// <type>PanoseProportion</type>
+ /// PanoseProportion
byte Proportion;
- /// <type>PanoseContrast</type>
+ /// PanoseContrast
byte Contrast;
- /// <type>PanoseStrokeVariation</type>
+ /// PanoseStrokeVariation
byte StrokeVariation;
- /// <type>PanoseArmStyle</type>
+ /// PanoseArmStyle
byte ArmStyle;
- /// <type>PanoseLetterForm</type>
+ /// PanoseLetterForm
byte Letterform;
- /// <type>PanoseMidline</type>
+ /// PanoseMidline
byte Midline;
- /// <type>PanoseXHeight</type>
+ /// PanoseXHeight
byte XHeight;
};