summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XFrame.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 19:21:08 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 19:21:08 +0000
commitff982d92cbd960240fa6e3bf55930f0c339dd6df (patch)
treef20627379202c41750d8651a6614ec8b33b82923 /offapi/com/sun/star/frame/XFrame.idl
parentec908e4651d32a214d0c168d75298d9acf230726 (diff)
INTEGRATION: CWS sb18 (1.11.328); FILE MERGED
2004/05/21 14:59:13 sb 1.11.328.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/frame/XFrame.idl')
-rw-r--r--offapi/com/sun/star/frame/XFrame.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl
index 7f43d2e918f3..36a7e1d41244 100644
--- a/offapi/com/sun/star/frame/XFrame.idl
+++ b/offapi/com/sun/star/frame/XFrame.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XFrame.idl,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: kz $ $Date: 2004-05-19 10:40:42 $
+ * last change: $Author: obo $ $Date: 2004-06-03 20:21:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,9 +73,9 @@
module com { module sun { module star { module frame {
-interface XFrameActionListener;
-interface XController;
-interface XFramesSupplier;
+ published interface XFrameActionListener;
+ published interface XController;
+ published interface XFramesSupplier;
//=============================================================================
/** a frame object can be considered to be an "anchor" object where a component
@@ -89,7 +89,7 @@ interface XFramesSupplier;
@see Desktop
*/
-interface XFrame: com::sun::star::lang::XComponent
+published interface XFrame: com::sun::star::lang::XComponent
{
//-------------------------------------------------------------------------
/** is called to initialize the frame within a window - the container window.