diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-10 19:01:10 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-10 19:01:10 +0000 |
commit | 1122221c7d645523febd1cf5d2ca79bd92e8ee89 (patch) | |
tree | 6fd18a71f3703c3ff1bc97b79ef8fafd13294bdf | |
parent | d44d877f50b162ed1572bd7354d174c5c47a38b7 (diff) |
INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED
2008/04/01 15:59:11 thb 1.3.1202.3: #i85898# Stripping all external header guards
2008/04/01 12:55:27 thb 1.3.1202.2: #i85898# Stripping all external header guards
2008/03/31 16:58:31 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.
-rw-r--r-- | sw/source/ui/inc/formatclipboard.hxx | 49 |
1 files changed, 19 insertions, 30 deletions
diff --git a/sw/source/ui/inc/formatclipboard.hxx b/sw/source/ui/inc/formatclipboard.hxx index 27b8e08401..523e2b3662 100644 --- a/sw/source/ui/inc/formatclipboard.hxx +++ b/sw/source/ui/inc/formatclipboard.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: formatclipboard.hxx,v $ + * OpenOffice.org - a multi-platform office productivity suite * - * $Revision: 1.3 $ + * $RCSfile: formatclipboard.hxx,v $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:14:51 $ + * 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. * ************************************************************************/ @@ -37,17 +32,11 @@ #define _SWFORMATCLIPBOARD_HXX // header for class SwWrtShell -#ifndef _WRTSH_HXX #include <wrtsh.hxx> -#endif // header for class SfxItemSet -#ifndef _SFXITEMSET_HXX #include <svtools/itemset.hxx> -#endif // header for class SfxStyleSheetBasePool -#ifndef _SFXSTYLE_HXX #include <svtools/style.hxx> -#endif //----------------------------------------------------------------------------- /** This class acts as data container and execution class for the format paintbrush feature in writer. |