diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 13:51:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 13:51:04 +0000 |
commit | b9b0d171b677c718cdd9baaa03004f05a5888f34 (patch) | |
tree | facd6e848e438a1482951db22e3a1c753b696ed3 /offapi | |
parent | 77ddf62a37834996d4769c06e2129b8adde4ab32 (diff) |
INTEGRATION: CWS sb66 (1.2.2); FILE MERGED
2007/01/05 09:16:32 obr 1.2.2.1: #i73160# oneway no longer recommendet
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/XSimpleAnimation.idl | 10 | ||||
-rw-r--r-- | offapi/com/sun/star/awt/XThrobber.idl | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/awt/XSimpleAnimation.idl b/offapi/com/sun/star/awt/XSimpleAnimation.idl index 814b8812e6bc..d36ed053f725 100644 --- a/offapi/com/sun/star/awt/XSimpleAnimation.idl +++ b/offapi/com/sun/star/awt/XSimpleAnimation.idl @@ -4,9 +4,9 @@ * * $RCSfile: XSimpleAnimation.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ihi $ $Date: 2006-12-20 14:06:35 $ + * last change: $Author: vg $ $Date: 2007-01-18 14:50:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,19 +57,19 @@ interface XSimpleAnimation: com::sun::star::uno::XInterface /** starts the animation of the control. */ - [oneway] void start(); + void start(); //------------------------------------------------------------------------- /** stops the animation of the control. */ - [oneway] void stop(); + void stop(); //------------------------------------------------------------------------- /** The list of images to be displayed. */ - [oneway] void setImageList( [in] sequence < com::sun::star::graphic::XGraphic > ImageList ); + void setImageList( [in] sequence < com::sun::star::graphic::XGraphic > ImageList ); }; diff --git a/offapi/com/sun/star/awt/XThrobber.idl b/offapi/com/sun/star/awt/XThrobber.idl index c9b2b4ada63e..11b01a4b4ba6 100644 --- a/offapi/com/sun/star/awt/XThrobber.idl +++ b/offapi/com/sun/star/awt/XThrobber.idl @@ -4,9 +4,9 @@ * * $RCSfile: XThrobber.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ihi $ $Date: 2006-12-20 14:06:45 $ + * last change: $Author: vg $ $Date: 2007-01-18 14:51:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,13 +57,13 @@ interface XThrobber: com::sun::star::uno::XInterface /** starts the animation of the control. */ - [oneway] void start(); + void start(); //------------------------------------------------------------------------- /** stops the animation of the control. */ - [oneway] void stop(); + void stop(); }; //============================================================================= |