summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 10:37:34 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 10:37:34 +0000
commit7654487ba0da308d2fe9164305ca4f7a9aa25ffe (patch)
treed4de6449376db6c94ef00a4e3afa8d4b324bda8b
parent77500d107fc1fe173aa6a695dc713cff871cbe9b (diff)
INTEGRATION: CWS changefileheader (1.16.34); FILE MERGED
2008/04/01 15:56:20 thb 1.16.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:34 thb 1.16.34.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.16.34.1: #i87441# Change license header to LPGL v3.
-rw-r--r--sw/inc/swabstdlg.hxx77
1 files changed, 19 insertions, 58 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx
index 6b2c24c45e..b535e900b2 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -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: swabstdlg.hxx,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.16 $
+ * $RCSfile: swabstdlg.hxx,v $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2008-03-12 12:12:15 $
+ * 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.
*
************************************************************************/
#ifndef _SW_ABSTDLG_HXX
@@ -37,54 +32,23 @@
// include ---------------------------------------------------------------
-#ifndef _SOLAR_H
#include <tools/solar.h>
-#endif
-#ifndef _STRING_HXX
#include <tools/string.hxx>
-#endif
-#ifndef _SFX2_DIALOG_HXX
#include <sfx2/sfxdlg.hxx>
-#endif
-#ifndef _SV_SYSWIN_HXX
#include <vcl/syswin.hxx>
-#endif
#ifndef _GLOBALS_HRC
#include <globals.hrc>
#endif
-
-#ifndef _COM_SUN_STAR_UNO_REFERENCE_H_
#include <com/sun/star/uno/Reference.h>
-#endif
-#ifndef _COM_SUN_STAR_UNO_SEQUENCE_H_
#include <com/sun/star/uno/Sequence.h>
-#endif
-
-#ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_
#include <com/sun/star/frame/XModel.hpp>
-#endif
-#ifndef _COM_SUN_STAR_FRAME_XCONTROLLER_HPP_
#include <com/sun/star/frame/XController.hpp>
-#endif
-#ifndef _COM_SUN_STAR_TEXT_XTEXTCURSOR_HPP_
#include <com/sun/star/text/XTextCursor.hpp>
-#endif
-#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
#include <com/sun/star/container/XNameAccess.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_XCONTROL_HPP_
#include <com/sun/star/awt/XControl.hpp>
-#endif
-#ifndef _COM_SUN_STAR_CONTAINER_XNAMED_HPP_
#include <com/sun/star/container/XNamed.hpp>
-#endif
-
-#ifndef _SWUNODEF_HXX
#include "swunodef.hxx"
-#endif
-#ifndef _ITABENUM_HXX
#include "itabenum.hxx"
-#endif
class SfxViewFrame;
class SfxBindings;
@@ -122,10 +86,7 @@ class SwChildWinWrapper;
struct SfxChildWinInfo;
class SwTOXMark;
struct SwDocStat;
-
-#ifndef _CNTTAB_HXX
#include <cnttab.hxx> //add for struct CurTOXType
-#endif
namespace com{namespace sun{namespace star{
namespace frame{