summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-10 20:14:30 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-10 20:14:30 +0000
commit6b0e4de29e493806b8deec5e568b158e8ee0a739 (patch)
tree2d6b513d711159100586054c9d9f1365eec06481 /sw/source/ui
parent987096a4e47aeabbbdd368eb143e3ec628c2e22e (diff)
INTEGRATION: CWS changefileheader (1.19.34); FILE MERGED
2008/04/01 15:59:34 thb 1.19.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:44 thb 1.19.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:07 rt 1.19.34.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/misc/srtdlg.cxx68
1 files changed, 18 insertions, 50 deletions
diff --git a/sw/source/ui/misc/srtdlg.cxx b/sw/source/ui/misc/srtdlg.cxx
index abd9ccd94cf9..1b52fe930c51 100644
--- a/sw/source/ui/misc/srtdlg.cxx
+++ b/sw/source/ui/misc/srtdlg.cxx
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: srtdlg.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.19 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: rt $ $Date: 2008-03-12 12:53:22 $
+ * $RCSfile: srtdlg.cxx,v $
+ * $Revision: 1.20 $
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * This file is part of OpenOffice.org.
*
+ * 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.
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ * 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).
*
- * 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.
*
************************************************************************/
@@ -44,64 +39,37 @@
#ifndef _MSGBOX_HXX //autogen
#include <vcl/msgbox.hxx>
#endif
-#ifndef _SFXINTITEM_HXX //autogen
#include <svtools/intitem.hxx>
-#endif
-#ifndef _SFXENUMITEM_HXX //autogen
#include <svtools/eitem.hxx>
-#endif
-#ifndef _SFXDISPATCH_HXX //autogen
#include <sfx2/dispatch.hxx>
-#endif
#ifndef _SVX_SVXIDS_HRC //autogen
#include <svx/svxids.hrc>
#endif
-#ifndef _UNO_LINGU_HXX
#include <svx/unolingu.hxx>
-#endif
-#ifndef _SVX_CHARMAP_HXX
#include <svx/charmap.hxx>
-#endif
-#ifndef _SVX_DIALOG_HXX
#include <svx/svxdlg.hxx>
-#endif
#ifndef _SVX_DIALOGS_HRC
#include <svx/dialogs.hrc>
#endif
-#ifndef _UNOTOOLS_COLLATORWRAPPER_HXX
#include <unotools/collatorwrapper.hxx>
-#endif
-#ifndef SVTOOLS_COLLATORRESSOURCE_HXX
#include <svtools/collatorres.hxx>
-#endif
-
-#ifndef _SWWAIT_HXX
#include <swwait.hxx>
-#endif
#ifndef _VIEW_HXX
#include <view.hxx>
#endif
#ifndef _CMDID_H
#include <cmdid.h>
#endif
-#ifndef _WRTSH_HXX
#include <wrtsh.hxx>
-#endif
#ifndef _MISC_HRC
#include <misc.hrc>
#endif
#ifndef _SRTDLG_HRC
#include <srtdlg.hrc>
#endif
-#ifndef _SWTABLE_HXX
#include <swtable.hxx>
-#endif
-#ifndef _NODE_HXX
#include <node.hxx>
-#endif
-#ifndef _TBLSEL_HXX
#include <tblsel.hxx>
-#endif
// sw/inc/tblsel.hxx
SV_IMPL_PTRARR( _FndBoxes, _FndBox* )