diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-10 20:45:22 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-10 20:45:22 +0000 |
commit | c314be8a59b786684c0516150c838785463436d1 (patch) | |
tree | d939e68998e8014a3964499f6cd4afe5e538afcd /sw/source/ui/uiview/formatclipboard.cxx | |
parent | 8a83a5dd55ea22089594f7417123ff391660bf94 (diff) |
INTEGRATION: CWS changefileheader (1.11.36); FILE MERGED
2008/04/01 15:59:46 thb 1.11.36.3: #i85898# Stripping all external header guards
2008/04/01 12:55:53 thb 1.11.36.2: #i85898# Stripping all external header guards
2008/03/31 16:59:39 rt 1.11.36.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/ui/uiview/formatclipboard.cxx')
-rw-r--r-- | sw/source/ui/uiview/formatclipboard.cxx | 87 |
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 /*-------------------------------------------------------------------- --------------------------------------------------------------------*/ |