summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/FontRequest.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/FontRequest.idl')
-rw-r--r--offapi/com/sun/star/rendering/FontRequest.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/FontRequest.idl b/offapi/com/sun/star/rendering/FontRequest.idl
index d87b90a49372..0bc08c808880 100644
--- a/offapi/com/sun/star/rendering/FontRequest.idl
+++ b/offapi/com/sun/star/rendering/FontRequest.idl
@@ -46,7 +46,7 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-published struct FontRequest
+struct FontRequest
{
/** The description of the font.<p>
@@ -81,7 +81,7 @@ published struct FontRequest
query methods, for both <type>XCanvasFont</type> and
<type>XTextLayout</type>.<p>
*/
- double CellSize;
+ double CellSize;
//-------------------------------------------------------------------------