summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/XPropertyWithState.idl
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-16 14:10:43 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-16 14:10:43 +0000
commit19f4f74213a4621f51c3edf402cc4b249e8163cc (patch)
treed43b942f936f61109d75607d50394a5cf4259976 /udkapi/com/sun/star/beans/XPropertyWithState.idl
parentb709912205c316624cfd09d814e6a201ff84c6ea (diff)
remove interfaceheader with uik and remove [const] in method definitions
Diffstat (limited to 'udkapi/com/sun/star/beans/XPropertyWithState.idl')
-rw-r--r--udkapi/com/sun/star/beans/XPropertyWithState.idl12
1 files changed, 7 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/beans/XPropertyWithState.idl b/udkapi/com/sun/star/beans/XPropertyWithState.idl
index 8748d3e45..4a247ab9c 100644
--- a/udkapi/com/sun/star/beans/XPropertyWithState.idl
+++ b/udkapi/com/sun/star/beans/XPropertyWithState.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertyWithState.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,7 +99,6 @@
also implement <type>XProperty</type>.
</p>
*/
-[ uik(7916BF26-A373-11D4-9F6A0050-DA6BA2A6), ident( "XPropertyWithState", 1.0 ) ]
interface XPropertyWithState: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -107,7 +106,7 @@ interface XPropertyWithState: com::sun::star::uno::XInterface
/** @returns
the state of this as a property.
*/
- [const] com::sun::star::beans::PropertyState getStateAsProperty( );
+ com::sun::star::beans::PropertyState getStateAsProperty( );
//-------------------------------------------------------------------------
@@ -141,7 +140,7 @@ interface XPropertyWithState: com::sun::star::uno::XInterface
In this case the original exception is wrapped into that
<type scope="com::sun::star::lang">WrappedTargetException</type>.
*/
- [const] com::sun::star::uno::XInterface getDefaultAsProperty( )
+ com::sun::star::uno::XInterface getDefaultAsProperty( )
raises( com::sun::star::lang::WrappedTargetException );
};
@@ -152,6 +151,9 @@ interface XPropertyWithState: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/11 16:09:35 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
Revision 1.4 2000/11/08 12:28:20 mi
moved from api