summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 16:36:11 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 16:36:11 +0000
commit9a4e2cbed9d0814822f1afc7b69c08a175519d73 (patch)
tree212a35bb0b0b089962f1302cf6ccf08648d28dbb /offapi/com/sun/star/awt
parent4a850745c0c43ac54ef44566809f0bd36951aee7 (diff)
INTEGRATION: CWS sb18 (1.9.250); FILE MERGED
2004/05/21 14:56:06 sb 1.9.250.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/XFocusListener.idl6
-rw-r--r--offapi/com/sun/star/awt/XFont.idl6
-rw-r--r--offapi/com/sun/star/awt/XGraphics.idl14
3 files changed, 13 insertions, 13 deletions
diff --git a/offapi/com/sun/star/awt/XFocusListener.idl b/offapi/com/sun/star/awt/XFocusListener.idl
index ed0e8a443682..369f5b7aa460 100644
--- a/offapi/com/sun/star/awt/XFocusListener.idl
+++ b/offapi/com/sun/star/awt/XFocusListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XFocusListener.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:01:10 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:35:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,7 @@
<p>The window which has the keyboard focus is the window which gets
the keyboard events.</p>
*/
-interface XFocusListener: com::sun::star::lang::XEventListener
+published interface XFocusListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/awt/XFont.idl b/offapi/com/sun/star/awt/XFont.idl
index f0288a9b0a8c..6e75c0c9d6e4 100644
--- a/offapi/com/sun/star/awt/XFont.idl
+++ b/offapi/com/sun/star/awt/XFont.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XFont.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:01:21 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:35:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,7 @@
<p>All values are in pixels within this device.</p>
*/
-interface XFont: com::sun::star::uno::XInterface
+published interface XFont: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/awt/XGraphics.idl b/offapi/com/sun/star/awt/XGraphics.idl
index 19625681dba8..94819148c404 100644
--- a/offapi/com/sun/star/awt/XGraphics.idl
+++ b/offapi/com/sun/star/awt/XGraphics.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XGraphics.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: kz $ $Date: 2004-05-19 10:37:35 $
+ * last change: $Author: obo $ $Date: 2004-06-03 17:36:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,16 +89,16 @@
module com { module sun { module star { module awt {
-interface XRegion;
-interface XDisplayBitmap;
-interface XFont;
-interface XDevice;
+ published interface XRegion;
+ published interface XDisplayBitmap;
+ published interface XFont;
+ published interface XDevice;
//=============================================================================
/** provides the basic output operation of a device.
*/
-interface XGraphics: com::sun::star::uno::XInterface
+published interface XGraphics: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------