summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 16:43:58 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 16:43:58 +0000
commitc7aa1070363fa5a14f9c18c30b0dd1a2f8815908 (patch)
treecba1e0cea563d3735cd9f03e3eefdd95cd140768 /offapi/com/sun/star/awt
parent6879b7f6494e73609a31a7ff26ae0a37b957aa92 (diff)
INTEGRATION: CWS sb18 (1.4.250); FILE MERGED
2004/05/21 14:56:15 sb 1.4.250.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/XSystemChildFactory.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XSystemChildFactory.idl b/offapi/com/sun/star/awt/XSystemChildFactory.idl
index d7489b3dc005..94ffdcdb3e01 100644
--- a/offapi/com/sun/star/awt/XSystemChildFactory.idl
+++ b/offapi/com/sun/star/awt/XSystemChildFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSystemChildFactory.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:05:21 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:43:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,11 +73,11 @@ module com { module sun { module star { module awt {
//=============================================================================
-interface XWindowPeer;
+ published interface XWindowPeer;
/** specifies a factory interface for creating system child windows.
*/
-interface XSystemChildFactory : com::sun::star::uno::XInterface
+published interface XSystemChildFactory : com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------