diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-10 11:37:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-10 11:37:38 +0000 |
commit | 3480183657cdc1bdd0b6ec70151cc43203a2740e (patch) | |
tree | e4f7a512b70bd6d643c576bbe307f14a40d29a6d /offapi/com/sun/star/graphic | |
parent | 2430aad2110ea1e20bc7908ca4603a5f4c40638e (diff) |
INTEGRATION: CWS xmlfilter02 (1.4.72); FILE MERGED
2007/09/24 15:54:54 sj 1.4.72.1: added graphictransformer
Diffstat (limited to 'offapi/com/sun/star/graphic')
-rwxr-xr-x | offapi/com/sun/star/graphic/Graphic.idl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/offapi/com/sun/star/graphic/Graphic.idl b/offapi/com/sun/star/graphic/Graphic.idl index 7744d4db7..d3fd0b8d3 100755 --- a/offapi/com/sun/star/graphic/Graphic.idl +++ b/offapi/com/sun/star/graphic/Graphic.idl @@ -4,9 +4,9 @@ * * $RCSfile: Graphic.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 01:37:55 $ + * last change: $Author: obo $ $Date: 2008-01-10 12:37:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,12 +51,17 @@ module com { module sun { module star { module graphic access to the attributes of the graphic. @see XGraphic + @see XGraphicTtransformer @see GraphicDescriptor */ published service Graphic { interface ::com::sun::star::graphic::XGraphic; + /** + [optional] interface ::com::sun::star::graphic::XGraphicTransformer; + */ + service ::com::sun::star::graphic::GraphicDescriptor; }; |