summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 02:41:06 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 02:41:06 +0000
commit9632b41dd82686b78f41ffb5cdbfb85288e36cc0 (patch)
tree967bffd373f864e1a5e932bfb317052ed1304403 /svx/source/tbxctrls
parent6d84f6708498d636533da5c90c6be2dfac92bb48 (diff)
INTEGRATION: CWS changefileheader (1.83.36); FILE MERGED
2008/04/01 15:51:48 thb 1.83.36.3: #i85898# Stripping all external header guards 2008/04/01 12:50:10 thb 1.83.36.2: #i85898# Stripping all external header guards 2008/03/31 14:24:09 rt 1.83.36.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx106
1 files changed, 19 insertions, 87 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 8f7477ed37..36c79be32f 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $RCSfile: tbcontrl.cxx,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.83 $
+ * $RCSfile: tbcontrl.cxx,v $
+ * $Revision: 1.84 $
*
- * last change: $Author: rt $ $Date: 2008-03-12 10:09:00 $
+ * This file is part of OpenOffice.org.
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
*
+ * OpenOffice.org 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 version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
*
- * 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
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
*
************************************************************************/
@@ -40,79 +35,30 @@
#include <string> // HACK: prevent conflict between STLPORT and Workshop headers
-
-#ifndef _SHL_HXX
#include <tools/shl.hxx>
-#endif
-#ifndef _SFXPOOLITEM_HXX //autogen
#include <svtools/poolitem.hxx>
-#endif
-#ifndef _SFXENUMITEM_HXX //autogen
#include <svtools/eitem.hxx>
-#endif
-#ifndef _SV_TOOLBOX_HXX //autogen wg. ToolBox
#include <vcl/toolbox.hxx>
-#endif
-#ifndef _SV_BMPACC_HXX //autogen wg. ToolBox
#include <vcl/bmpacc.hxx>
-#endif
-#ifndef _VALUESET_HXX
#include <svtools/valueset.hxx>
-#endif
-#ifndef _CTRLBOX_HXX //autogen
#include <svtools/ctrlbox.hxx>
-#endif
-#ifndef _SFXSTYLE_HXX //autogen
#include <svtools/style.hxx>
-#endif
-#ifndef _CTRLTOOL_HXX //autogen
#include <svtools/ctrltool.hxx>
-#endif
-#ifndef _SFXSTRITEM_HXX //autogen
#include <svtools/stritem.hxx>
-#endif
-#ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX
#include <svtools/pathoptions.hxx>
-#endif
-#ifndef _SFX_TPLPITEM_HXX
#include <sfx2/tplpitem.hxx>
-#endif
-#ifndef _SFXDISPATCH_HXX //autogen
#include <sfx2/dispatch.hxx>
-#endif
-#ifndef _SFXVIEWSH_HXX //autogen
#include <sfx2/viewsh.hxx>
-#endif
-#ifndef _SFX_OBJSH_HXX //autogen
#include <sfx2/objsh.hxx>
-#endif
-#ifndef _SFX_OBJFAC_HXX
#include <sfx2/docfac.hxx>
-#endif
-#ifndef _SFX_TEMPLDLG_HXX
#include <sfx2/templdlg.hxx>
-#endif
-#ifndef _SFXISETHINT_HXX
#include <svtools/isethint.hxx>
-#endif
-#ifndef _SFXQUERYSTATUS_HXX
#include <sfx2/querystatus.hxx>
-#endif
-#ifndef _SFXSTATUSLISTENER_HXX
#include <sfx2/sfxstatuslistener.hxx>
-#endif
-#ifndef _URLOBJ_HXX
#include <tools/urlobj.hxx>
-#endif
-#ifndef _SFX_CHILDWIN_HXX
#include <sfx2/childwin.hxx>
-#endif
-#ifndef _SFXVIEWFRM_HXX
#include <sfx2/viewfrm.hxx>
-#endif
-#ifndef INCLUDED_SVTOOLS_FONTOPTIONS_HXX
#include <svtools/fontoptions.hxx>
-#endif
#ifndef _VCL_MNEMONIC_HXX_
#include <vcl/mnemonic.hxx>
#endif
@@ -121,26 +67,12 @@
#include <svtools/smplhint.hxx>
#define _SVX_TBCONTRL_CXX
-
-#ifndef INCLUDED_SVTOOLS_COLORCFG_HXX
#include <svtools/colorcfg.hxx>
-#endif
-
-#ifndef _COM_SUN_STAR_STYLE_XSTYLEFAMILIESSUPPLIER_HPP_
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
-#endif
-#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
#include <com/sun/star/lang/XServiceInfo.hpp>
-#endif
-#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
#include <com/sun/star/beans/XPropertySet.hpp>
-#endif
-#ifndef _COM_SUN_STAR_FRAME_STATUS_ITEMSTATUS_HPP_
#include <com/sun/star/frame/status/ItemStatus.hpp>
-#endif
-#ifndef _COM_SUN_STAR_FRAME_STATUS_FONTHEIGHT_HPP_
#include <com/sun/star/frame/status/FontHeight.hpp>
-#endif
#include <svx/dialogs.hrc>
#include <svx/svxitems.hrc>