diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-03 15:41:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-03 15:41:23 +0000 |
commit | 65e6c842510092a28e4e78519ef4cc66fb25b202 (patch) | |
tree | de4d9b5dc0238904401574563057b30eac8b32ce /offapi | |
parent | ac7761dcc8caf2c4084a8b78b82ead6321a39b42 (diff) |
INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2006/09/07 13:30:09 af 1.1.2.2: #i68075# Corrected the compile guard.
2006/09/07 13:28:47 af 1.1.2.1: #i68075# Initial revision.
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/framework/BasicToolBarFactory.idl | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/offapi/com/sun/star/drawing/framework/BasicToolBarFactory.idl b/offapi/com/sun/star/drawing/framework/BasicToolBarFactory.idl new file mode 100644 index 000000000000..dad8b929d290 --- /dev/null +++ b/offapi/com/sun/star/drawing/framework/BasicToolBarFactory.idl @@ -0,0 +1,57 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: BasicToolBarFactory.idl,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: rt $ $Date: 2007-04-03 16:41:23 $ + * + * 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_framework_BasicToolBarFactory_idl__ +#define __com_sun_star_drawing_framework_BasicToolBarFactory_idl__ + +module com { module sun { module star { module drawing { module framework { + +interface XToolBarFactory; + +/** The <type>BasicToolBarFactory</type> is a factory that provides the + tool bars used by the Draw and Impress applications. + + <p>The factory recognizes the following URLs:<ul> + <li><code>private:resource/toolbar/ViewTabBar</code> for the tab bar + that allows the switching between views.</li> + </ul></p> +*/ +service BasicToolBarFactory : com::sun::star::drawing::framework::XToolBarFactory +{ +}; + +}; }; }; }; }; // ::com::sun::star::drawing::framework + +#endif |