diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:28:25 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:28:25 +0000 |
commit | 03ef8e3d1a81d0f6c85809349b5b16004a655b58 (patch) | |
tree | 60afef6cc20076116b0171e881c72ef562912464 /offapi | |
parent | ea85c014cb5a62d013c26483788149ca19799c5d (diff) |
INTEGRATION: CWS presenterview (1.1.2); FILE ADDED
2007/07/12 14:40:15 af 1.1.2.1: #i18486# Initial revision.
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/SlideRenderer.idl | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/offapi/com/sun/star/drawing/SlideRenderer.idl b/offapi/com/sun/star/drawing/SlideRenderer.idl new file mode 100644 index 000000000000..4d1e702f7d4c --- /dev/null +++ b/offapi/com/sun/star/drawing/SlideRenderer.idl @@ -0,0 +1,56 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: SlideRenderer.idl,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: kz $ $Date: 2008-04-03 15:28:25 $ + * + * The Contents of this file are made available subject to + * the terms of GNU Lesser General Public License Version 2.1. + * + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2005 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + ************************************************************************/ + +#ifndef __com_sun_star_drawing_SlideRenderer_idl__ +#define __com_sun_star_drawing_SlideRenderer_idl__ + +#ifndef __com_sun_star_drawing_XSlideRenderer_idl__ +#include <com/sun/star/drawing/XSlideRenderer.idl> +#endif + +module com { module sun { module star { module drawing { + +/** Create preview bitmaps for single slides. +*/ +service SlideRenderer : XSlideRenderer +{ + /** Create a new SlideRenderer object. + */ + create (); +}; + +}; }; }; }; // ::com::sun::star::drawing + +#endif |