summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/ui/uiview/formatclipboard.cxx87
1 files changed, 19 insertions, 68 deletions
diff --git a/sw/source/ui/uiview/formatclipboard.cxx b/sw/source/ui/uiview/formatclipboard.cxx
index 4f27ac47c5..1b9d8543d2 100644
--- a/sw/source/ui/uiview/formatclipboard.cxx
+++ b/sw/source/ui/uiview/formatclipboard.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: formatclipboard.cxx,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.11 $
+ * $RCSfile: formatclipboard.cxx,v $
+ * $Revision: 1.12 $
*
- * last change: $Author: kz $ $Date: 2008-03-05 17:27:33 $
+ * 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.
*
************************************************************************/
@@ -39,91 +34,47 @@
#include "formatclipboard.hxx"
-#ifndef _HINTIDS_HXX
#include <hintids.hxx>
-#endif
#ifndef _SVX_SVXIDS_HRC
#include <svx/svxids.hrc>
#endif
#ifndef _CMDID_H
#include <cmdid.h>
#endif
-#ifndef _FORMAT_HXX
#include <format.hxx>
-#endif
-#ifndef _CHARFMT_HXX
#include <charfmt.hxx>
-#endif
-#ifndef _FMTCOL_HXX
#include <fmtcol.hxx>
-#endif
-#ifndef _FRMFMT_HXX
#include <frmfmt.hxx>
-#endif
-#ifndef _DOCSTYLE_HXX
#include <docstyle.hxx>
-#endif
-#ifndef _FCHRFMT_HXX
#include <fchrfmt.hxx>
-#endif
-#ifndef _PAM_HXX
#include <pam.hxx>
-#endif
// header for class SdrView
-#ifndef _SVDVIEW_HXX
#include <svx/svdview.hxx>
-#endif
//SvxBrushItem
-#ifndef _SVX_BRSHITEM_HXX
#include <svx/brshitem.hxx>
-#endif
-#ifndef _SVX_SHADITEM_HXX
#include <svx/shaditem.hxx>
-#endif
-#ifndef _FRMATR_HXX
#include <frmatr.hxx>
-#endif
// header for class SvxBoxInfoItem
-#ifndef _SVX_BOXITEM_HXX
#include <svx/boxitem.hxx>
-#endif
// header for class SvxFmtBreakItem
-#ifndef _SVX_BRKITEM_HXX
#include <svx/brkitem.hxx>
-#endif
// header for class SwFmtLayoutSplit
-#ifndef _FMTTSPLT_HXX
#include <fmtlsplt.hxx>
-#endif
// header for class SvxFmtKeepItem
-#ifndef _SVX_KEEPITEM_HXX
#include <svx/keepitem.hxx>
-#endif
// header for class SvxFrameDirectionItem
-#ifndef _SVX_FRMDIRITEM_HXX
#include <svx/frmdiritem.hxx>
-#endif
-#ifndef _PARATR_HXX
#include <paratr.hxx>
-#endif
-#ifndef _FMTPDSC_HXX
#include <fmtpdsc.hxx>
-#endif
-#ifndef _FMTROWSPLT_HXX
#include <fmtrowsplt.hxx>
-#endif
-#ifndef _SWUNDO_HXX
#include <swundo.hxx> // fuer die UndoIds
-#endif
#include <boost/shared_ptr.hpp>
//#define FORMAT_PAINTBRUSH_ALSO_COPY_NUMBERFORMAT_FOR_TABLES 1
#ifdef FORMAT_PAINTBRUSH_ALSO_COPY_NUMBERFORMAT_FOR_TABLES
-#ifndef _CELLATR_HXX
#include <cellatr.hxx>
#endif
-#endif
/*--------------------------------------------------------------------
--------------------------------------------------------------------*/