summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-11-12 14:25:13 +0000
committerChristian Lippka <cl@openoffice.org>2002-11-12 14:25:13 +0000
commit68447fc6167d0244ae736fbcbeab254fcedc9da3 (patch)
treedff4d197012f94f091b2e65849aa6b9ff37c75b8 /offapi/com/sun/star/drawing
parentb9694a30c4a2631007c4207bb83a3b149d39dc0b (diff)
#102057# added XWindow which was removed from frame::Controler service
Diffstat (limited to 'offapi/com/sun/star/drawing')
-rw-r--r--offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl14
1 files changed, 12 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl b/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl
index 4564837c0a74..2e6ebf7152d7 100644
--- a/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl
+++ b/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DrawingDocumentDrawView.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-02 15:12:06 $
+ * last change: $Author: cl $ $Date: 2002-11-12 15:24:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,6 +85,10 @@
#include <com/sun/star/drawing/XDrawPage.idl>
#endif
+#ifndef __com_sun_star_awt_XWindow_idl__
+#include <com/sun/star/awt/XWindow.idl>
+#endif
+
//=============================================================================
@@ -106,6 +110,12 @@ service DrawingDocumentDrawView
//-------------------------------------------------------------------------
+ /** lets you access the window for this view
+ */
+ interface com::sun::star::awt::XWindow;
+
+ //-------------------------------------------------------------------------
+
/** lets you set/get the current page displayed by this
view.
*/