diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-11 00:53:35 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-11 00:53:35 +0000 |
commit | 1691742fc84de05a4ed1b90f9e14f509277a65ab (patch) | |
tree | aea95dc8c04b0b83a753889a64fd90a1129f0441 | |
parent | 1c3c21c6779325d94ca7a47fdcd28a0cd77cc56d (diff) |
INTEGRATION: CWS changefileheader (1.28.368); FILE MERGED
2008/04/01 15:51:16 thb 1.28.368.2: #i85898# Stripping all external header guards
2008/03/31 14:22:34 rt 1.28.368.1: #i87441# Change license header to LPGL v3.
-rw-r--r-- | svx/source/items/flditem.cxx | 55 |
1 files changed, 19 insertions, 36 deletions
diff --git a/svx/source/items/flditem.cxx b/svx/source/items/flditem.cxx index 935dd8832b..361b8d1750 100644 --- a/svx/source/items/flditem.cxx +++ b/svx/source/items/flditem.cxx @@ -1,65 +1,48 @@ /************************************************************************* * - * 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: flditem.cxx,v $ + * OpenOffice.org - a multi-platform office productivity suite * - * $Revision: 1.28 $ + * $RCSfile: flditem.cxx,v $ + * $Revision: 1.29 $ * - * last change: $Author: hr $ $Date: 2007-06-27 18:27:31 $ + * 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. * ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" - -#ifndef _SV_METAACT_HXX #include <vcl/metaact.hxx> -#endif -#ifndef _ZFORLIST_HXX #include <svtools/zforlist.hxx> -#endif -#ifndef _URLOBJ_HXX #include <tools/urlobj.hxx> -#endif #define _SVX_FLDITEM_CXX - -#ifndef _UNOTOOLS_LOCALFILEHELPER_HXX #include <unotools/localfilehelper.hxx> -#endif #include <svx/flditem.hxx> #include <svx/svdfield.hxx> // #90477# -#ifndef _TOOLS_TENCCVT_HXX #include <tools/tenccvt.hxx> -#endif #define FRAME_MARKER (sal_uInt32)0x21981357 #define CHARSET_MARKER (FRAME_MARKER+1) |