diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:20:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:20:34 +0000 |
commit | 8ecbe3a94d48e3e08d3125c8a05d1c96a80d6cc5 (patch) | |
tree | 89ad1ce89b71c7f2c8448581d9914c4b35b4b1c1 | |
parent | be3f8ebc49f6707732786bb305ec0c5f15e398ce (diff) |
INTEGRATION: CWS sb18 (1.9.308); FILE MERGED
2004/05/21 15:07:12 sb 1.9.308.1: #i21150# Added published flag.
-rw-r--r-- | offapi/com/sun/star/view/XRenderable.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/view/XRenderable.idl b/offapi/com/sun/star/view/XRenderable.idl index e48fd10b0ead..ed803c2b03e4 100644 --- a/offapi/com/sun/star/view/XRenderable.idl +++ b/offapi/com/sun/star/view/XRenderable.idl @@ -2,9 +2,9 @@ * * $RCSfile: XRenderable.idl,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2003-04-17 10:22:32 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:20:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,7 @@ module com { module sun { module star { module view { @since #107627# */ -interface XRenderable : com::sun::star::uno::XInterface +published interface XRenderable : com::sun::star::uno::XInterface { //------------------------------------------------------------------------- |