summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XController.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 19:16:58 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 19:16:58 +0000
commit5def4f2a0a43206697f41a326d87495a97fe33d7 (patch)
tree36f9288dce407ebc3590426195bf0a1fadfe5564 /offapi/com/sun/star/frame/XController.idl
parenta64ad610c1d13854fe06217ba4df7f2ca11b960e (diff)
INTEGRATION: CWS sb18 (1.7.406); FILE MERGED
2004/05/21 14:59:09 sb 1.7.406.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/frame/XController.idl')
-rw-r--r--offapi/com/sun/star/frame/XController.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/XController.idl b/offapi/com/sun/star/frame/XController.idl
index 766b5f31b78e..283131ae2e29 100644
--- a/offapi/com/sun/star/frame/XController.idl
+++ b/offapi/com/sun/star/frame/XController.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XController.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:05:22 $
+ * last change: $Author: obo $ $Date: 2004-06-03 20:16:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,8 +69,8 @@
module com { module sun { module star { module frame {
-interface XFrame;
-interface XModel;
+ published interface XFrame;
+ published interface XModel;
//=============================================================================
/** With this interface, components viewed in a <type>Frame</type> can serve
@@ -80,7 +80,7 @@ interface XModel;
@see com::sun::star::awt::XWindow
@see XModel
*/
-interface XController: com::sun::star::lang::XComponent
+published interface XController: com::sun::star::lang::XComponent
{
//-------------------------------------------------------------------------
/** is called to attach the controller with its managing frame.