summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XView.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XView.idl')
-rw-r--r--offapi/com/sun/star/awt/XView.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/awt/XView.idl b/offapi/com/sun/star/awt/XView.idl
index a1f30896425d..4f83114a0648 100644
--- a/offapi/com/sun/star/awt/XView.idl
+++ b/offapi/com/sun/star/awt/XView.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/awt/Size.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** makes it possible to attach an output device to the object.
@@ -38,20 +36,17 @@
*/
published interface XView: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** sets the output device.
*/
boolean setGraphics( [in] com::sun::star::awt::XGraphics aDevice );
- //-------------------------------------------------------------------------
/** returns the output device which was set using the method
<member>XView::setGraphics</member>.
*/
com::sun::star::awt::XGraphics getGraphics();
- //-------------------------------------------------------------------------
/** returns the size of the object in device units.
@@ -59,7 +54,6 @@ published interface XView: com::sun::star::uno::XInterface
*/
com::sun::star::awt::Size getSize();
- //-------------------------------------------------------------------------
/** draws the object at the specified position.
@@ -69,7 +63,6 @@ published interface XView: com::sun::star::uno::XInterface
[oneway] void draw( [in] long nX,
[in] long nY );
- //-------------------------------------------------------------------------
/** sets the zoom factor.
@@ -80,7 +73,6 @@ published interface XView: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };