summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/XBitmap.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/XBitmap.idl')
-rw-r--r--offapi/com/sun/star/rendering/XBitmap.idl8
1 files changed, 5 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/XBitmap.idl b/offapi/com/sun/star/rendering/XBitmap.idl
index 880d400e0bf6..704acec578ab 100644
--- a/offapi/com/sun/star/rendering/XBitmap.idl
+++ b/offapi/com/sun/star/rendering/XBitmap.idl
@@ -36,6 +36,8 @@
module com { module sun { module star { module rendering {
+interface XBitmapCanvas;
+
/** This is a generic interface to a bitmap.<p>
This interface contains the generic functionality to be used on
@@ -46,14 +48,14 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-published interface XBitmap : ::com::sun::star::uno::XInterface
+interface XBitmap : ::com::sun::star::uno::XInterface
{
/** Query the size of the bitmap.<p>
This method queries the bitmap size in pixel.<p>
@return the bitmap size in pixel.
- */
+ */
::com::sun::star::geometry::IntegerSize2D getSize();
//-------------------------------------------------------------------------
@@ -69,7 +71,7 @@ published interface XBitmap : ::com::sun::star::uno::XInterface
@return <TRUE/>, if the bitmap has alpha data, or <FALSE/> if
not.
- */
+ */
boolean hasAlpha();
//-------------------------------------------------------------------------