summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XWindowSupplier.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 17:08:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 17:08:49 +0000
commitfdc5978085015703f1410d7e0bcaee97f5492a4d (patch)
tree19e1fb338635de2b98a6e0b6dfca58bfba2b9a54 /offapi/com/sun/star/embed/XWindowSupplier.idl
parentf2b682b0e5855731135ffcceae0e5faa94440b62 (diff)
INTEGRATION: CWS fwkbugfix02 (1.2.148); FILE MERGED
2004/03/22 10:14:37 mav 1.2.148.1: #115011# review idl files
Diffstat (limited to 'offapi/com/sun/star/embed/XWindowSupplier.idl')
-rw-r--r--offapi/com/sun/star/embed/XWindowSupplier.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/embed/XWindowSupplier.idl b/offapi/com/sun/star/embed/XWindowSupplier.idl
index 5a9f23f025fb..1650c04ccb11 100644
--- a/offapi/com/sun/star/embed/XWindowSupplier.idl
+++ b/offapi/com/sun/star/embed/XWindowSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XWindowSupplier.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2003-09-11 10:28:31 $
+ * last change: $Author: hr $ $Date: 2004-05-10 18:08:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,17 +65,17 @@
#include <com/sun/star/awt/XWindow.idl>
#endif
-//=============================================================================
+//============================================================================
module com { module sun { module star { module embed {
-//=============================================================================
-/** provide access to a vcl window implementation
+//============================================================================
+/** provides access to a vcl window implementation.
*/
interface XWindowSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
- /** Allows to get access to a vcl window implementation
+ //------------------------------------------------------------------------
+ /** allows to get access to a vcl window implementation.
@return
vcl window implementation
@@ -83,7 +83,7 @@ interface XWindowSupplier: com::sun::star::uno::XInterface
::com::sun::star::awt::XWindow getWindow();
};
-//=============================================================================
+//============================================================================
}; }; }; };