diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 21:03:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 21:03:59 +0000 |
commit | 625ccff6bb652dff37ad383a6339556c010fa956 (patch) | |
tree | 08d2c04a35b93ba01a2b83babc0463fe346dd6bc /svtools | |
parent | 5919d40cc6638cf0ad5d23e423a2cddd830ddf7b (diff) |
INTEGRATION: CWS changefileheader (1.15.228); FILE MERGED
2008/04/01 15:45:29 thb 1.15.228.2: #i85898# Stripping all external header guards
2008/03/31 13:02:33 rt 1.15.228.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/svhtml/parhtml.cxx | 55 |
1 files changed, 18 insertions, 37 deletions
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx index 6313f67c47f3..d1291fda346c 100644 --- a/svtools/source/svhtml/parhtml.cxx +++ b/svtools/source/svhtml/parhtml.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: parhtml.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.15 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: ihi $ $Date: 2007-07-10 15:19:47 $ + * $RCSfile: parhtml.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. * ************************************************************************/ @@ -38,25 +33,11 @@ #include <ctype.h> #include <stdio.h> - -#ifndef _STREAM_HXX //autogen #include <tools/stream.hxx> -#endif - -#ifndef _DEBUG_HXX //autogen #include <tools/debug.hxx> -#endif - -#ifndef _TOOLS_COLOR_HXX #include <tools/color.hxx> -#endif - -#ifndef _RTL_USTRBUF_HXX_ #include <rtl/ustrbuf.hxx> -#endif -#ifndef _RTL_STRBUF_HXX_ #include <rtl/strbuf.hxx> -#endif #ifndef _SVSTDARR_HXX #define _SVSTDARR_ULONGS #include <svtools/svstdarr.hxx> |