diff options
Diffstat (limited to 'offapi/com/sun/star/awt/XBitmap.idl')
-rw-r--r-- | offapi/com/sun/star/awt/XBitmap.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/XBitmap.idl b/offapi/com/sun/star/awt/XBitmap.idl index f6d8a52ee..467be2fd0 100644 --- a/offapi/com/sun/star/awt/XBitmap.idl +++ b/offapi/com/sun/star/awt/XBitmap.idl @@ -60,7 +60,7 @@ published interface XBitmap: com::sun::star::uno::XInterface //------------------------------------------------------------------------- - /** returns the transparence mask of the device independent bitmap. + /** returns the transparency mask of the device independent bitmap. */ sequence<byte> getMaskDIB(); |