summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XFont2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XFont2.idl')
-rw-r--r--offapi/com/sun/star/awt/XFont2.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XFont2.idl b/offapi/com/sun/star/awt/XFont2.idl
index 2ca87aaabb3b..117bd0559389 100644
--- a/offapi/com/sun/star/awt/XFont2.idl
+++ b/offapi/com/sun/star/awt/XFont2.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/awt/XFont.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** extends the <type>XFont</type> interface and provides additional
information for a font.
@@ -35,7 +33,6 @@ module com { module sun { module star { module awt {
*/
interface XFont2: com::sun::star::awt::XFont
{
- //-------------------------------------------------------------------------
/** checks whether or not this font has all the glyphs for the text
specified by aText.
@@ -51,7 +48,6 @@ interface XFont2: com::sun::star::awt::XFont
};
-//=============================================================================
}; }; }; };