summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XBitmap.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XBitmap.idl')
-rw-r--r--offapi/com/sun/star/awt/XBitmap.idl78
1 files changed, 39 insertions, 39 deletions
diff --git a/offapi/com/sun/star/awt/XBitmap.idl b/offapi/com/sun/star/awt/XBitmap.idl
index 4c1a650d796a..467be2fd0489 100644
--- a/offapi/com/sun/star/awt/XBitmap.idl
+++ b/offapi/com/sun/star/awt/XBitmap.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,50 +24,50 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_XBitmap_idl__
-#define __com_sun_star_awt_XBitmap_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_awt_Size_idl__
-#include <com/sun/star/awt/Size.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_XBitmap_idl__
+#define __com_sun_star_awt_XBitmap_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Size_idl__
+#include <com/sun/star/awt/Size.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** provides a bitmap in the Microsoft DIB format.
*/
published interface XBitmap: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** returns the size of the bitmap in pixel.
*/
- com::sun::star::awt::Size getSize();
-
- //-------------------------------------------------------------------------
-
+ com::sun::star::awt::Size getSize();
+
+ //-------------------------------------------------------------------------
+
/** returns the device independent bitmap.
*/
- sequence<byte> getDIB();
-
- //-------------------------------------------------------------------------
-
+ sequence<byte> getDIB();
+
+ //-------------------------------------------------------------------------
+
/** returns the transparency mask of the device independent bitmap.
*/
- sequence<byte> getMaskDIB();
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ sequence<byte> getMaskDIB();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif