summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg/break.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 16:56:58 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 16:56:58 +0000
commit6e10f3b5da97b1303833ac66d21f6cf8b630b53b (patch)
treecbcf7116384f23ed43c99254e97fb6aba99ba5e1 /sw/source/ui/chrdlg/break.cxx
parent53efc6a72f0f2c9d43a586b32f1859820b4daf9c (diff)
INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED
2008/04/01 15:58:18 thb 1.15.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:02 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:29 rt 1.15.242.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/ui/chrdlg/break.cxx')
-rw-r--r--sw/source/ui/chrdlg/break.cxx62
1 files changed, 18 insertions, 44 deletions
diff --git a/sw/source/ui/chrdlg/break.cxx b/sw/source/ui/chrdlg/break.cxx
index 2e1adfbefe3f..b907f6cbba47 100644
--- a/sw/source/ui/chrdlg/break.cxx
+++ b/sw/source/ui/chrdlg/break.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: break.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.15 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: hr $ $Date: 2007-09-27 10:18:53 $
+ * $RCSfile: break.cxx,v $
+ * $Revision: 1.16 $
*
- * 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.
*
************************************************************************/
@@ -41,13 +36,8 @@
#endif
-
-#ifndef _SFXREQUEST_HXX //autogen
#include <sfx2/request.hxx>
-#endif
-#ifndef _SFXSTRITEM_HXX //autogen
#include <svtools/stritem.hxx>
-#endif
#ifndef _MSGBOX_HXX //autogen
#include <vcl/msgbox.hxx>
#endif
@@ -55,33 +45,19 @@
#ifndef _CMDID_H
#include <cmdid.h>
#endif
-#ifndef _UITOOL_HXX
#include <uitool.hxx>
-#endif
-#ifndef _SWTYPES_HXX
#include <swtypes.hxx>
-#endif
-#ifndef _WRTSH_HXX
#include <wrtsh.hxx>
-#endif
#ifndef _BASESH_HXX
#include <basesh.hxx>
#endif
#ifndef _VIEW_HXX
#include <view.hxx>
#endif
-#ifndef _VIEWOPT_HXX
#include <viewopt.hxx>
-#endif
-#ifndef _BREAK_HXX
#include <break.hxx>
-#endif
-#ifndef _PAGEDESC_HXX
#include <pagedesc.hxx>
-#endif
-#ifndef _POOLFMT_HXX
#include <poolfmt.hxx>
-#endif
#ifndef _BREAK_HRC
#include <break.hrc>
@@ -89,9 +65,7 @@
#ifndef _CHRDLG_HRC
#include <chrdlg.hrc>
#endif
-#ifndef _SWSTYLENAMEMAPPER_HXX
#include <SwStyleNameMapper.hxx>
-#endif
void SwBreakDlg::Apply()
{