summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/FontMetrics.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/FontMetrics.idl')
-rw-r--r--offapi/com/sun/star/rendering/FontMetrics.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/FontMetrics.idl b/offapi/com/sun/star/rendering/FontMetrics.idl
index 687d4db147ff..37666a276f8f 100644
--- a/offapi/com/sun/star/rendering/FontMetrics.idl
+++ b/offapi/com/sun/star/rendering/FontMetrics.idl
@@ -52,7 +52,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-published struct FontMetrics
+struct FontMetrics
{
/// Ascent (above the baseline) part of the font.
double Ascent;
@@ -85,14 +85,14 @@ published struct FontMetrics
characters, and if one needs a font with double character
width, the referenceCharSize should be doubled.<p>
*/
- double ReferenceCharSize;
+ double ReferenceCharSize;
//-------------------------------------------------------------------------
/** Specifies the offset to be added to the baseline when drawing
underlined text.
*/
- double UnderlineOffset;
+ double UnderlineOffset;
//-------------------------------------------------------------------------