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.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XView.idl b/offapi/com/sun/star/awt/XView.idl
index 4f83114a0648..c07db7137fc8 100644
--- a/offapi/com/sun/star/awt/XView.idl
+++ b/offapi/com/sun/star/awt/XView.idl
@@ -60,7 +60,7 @@ published interface XView: com::sun::star::uno::XInterface
<p>If the output should be clipped, the caller has to set the
clipping region.</p>
*/
- [oneway] void draw( [in] long nX,
+ void draw( [in] long nX,
[in] long nY );
@@ -68,7 +68,7 @@ published interface XView: com::sun::star::uno::XInterface
<p>The zoom factor only affects the content of the view, not the size.</p>
*/
- [oneway] void setZoom( [in] float fZoomX,
+ void setZoom( [in] float fZoomX,
[in] float fZoomY );
};