diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 20:01:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 20:01:30 +0000 |
commit | 14579492709105cfa7ce86d0b621d8a8596fb0b1 (patch) | |
tree | f9c329048502a1c1a4bfdf2b955afc86c0aed9ff /xmloff/inc | |
parent | 7a012a0a2fe7a5037766eb1a38a4f577dcc8d5b5 (diff) |
INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED
2008/04/01 16:09:19 thb 1.2.212.3: #i85898# Stripping all external header guards
2008/04/01 13:04:25 thb 1.2.212.2: #i85898# Stripping all external header guards
2008/03/31 16:27:56 rt 1.2.212.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmloff/XMLTextMasterPageContext.hxx | 49 | ||||
-rw-r--r-- | xmloff/inc/xmloff/XMLTextMasterPageExport.hxx | 54 | ||||
-rw-r--r-- | xmloff/inc/xmloff/XMLTextMasterStylesContext.hxx | 49 |
3 files changed, 54 insertions, 98 deletions
diff --git a/xmloff/inc/xmloff/XMLTextMasterPageContext.hxx b/xmloff/inc/xmloff/XMLTextMasterPageContext.hxx index 35a1aedd1585..0d82698ad91d 100644 --- a/xmloff/inc/xmloff/XMLTextMasterPageContext.hxx +++ b/xmloff/inc/xmloff/XMLTextMasterPageContext.hxx @@ -1,51 +1,38 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: XMLTextMasterPageContext.hxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.2 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: vg $ $Date: 2007-04-11 13:24:49 $ + * $RCSfile: XMLTextMasterPageContext.hxx,v $ + * $Revision: 1.3 $ * - * 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. * ************************************************************************/ #ifndef _XMLOFF_TEXTMASTERPAGECONTEXT_HXX_ #define _XMLOFF_TEXTMASTERPAGECONTEXT_HXX_ -#ifndef _SAL_CONFIG_H_ #include "sal/config.h" -#endif - -#ifndef INCLUDED_XMLOFF_DLLAPI_H #include "xmloff/dllapi.h" -#endif - -#ifndef _SAL_TYPES_H_ #include "sal/types.h" -#endif #ifndef _XMLOFF_XMLSTYLE_HXX_ #include <xmloff/xmlstyle.hxx> diff --git a/xmloff/inc/xmloff/XMLTextMasterPageExport.hxx b/xmloff/inc/xmloff/XMLTextMasterPageExport.hxx index 8abbbf93adf2..d595abe41946 100644 --- a/xmloff/inc/xmloff/XMLTextMasterPageExport.hxx +++ b/xmloff/inc/xmloff/XMLTextMasterPageExport.hxx @@ -1,59 +1,41 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: XMLTextMasterPageExport.hxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.2 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: vg $ $Date: 2007-04-11 13:25:00 $ + * $RCSfile: XMLTextMasterPageExport.hxx,v $ + * $Revision: 1.3 $ * - * 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. * ************************************************************************/ #ifndef _XMLOFF_XMLTEXTMASTERPAGEEXPORT_HXX #define _XMLOFF_XMLTEXTMASTERPAGEEXPORT_HXX -#ifndef _SAL_CONFIG_H_ #include "sal/config.h" -#endif - -#ifndef INCLUDED_XMLOFF_DLLAPI_H #include "xmloff/dllapi.h" -#endif - -#ifndef _RTL_USTRING_HXX_ #include <rtl/ustring.hxx> -#endif -#ifndef _XMLOFF_ATTRLIST_HXX #include <xmloff/attrlist.hxx> -#endif - -#ifndef _XMLOFF_XMLPAGEEXPORT_HXX #include <xmloff/XMLPageExport.hxx> -#endif namespace com { namespace sun { namespace star { namespace text { class XText; } diff --git a/xmloff/inc/xmloff/XMLTextMasterStylesContext.hxx b/xmloff/inc/xmloff/XMLTextMasterStylesContext.hxx index 69690d93fbdf..9cc996f4624f 100644 --- a/xmloff/inc/xmloff/XMLTextMasterStylesContext.hxx +++ b/xmloff/inc/xmloff/XMLTextMasterStylesContext.hxx @@ -1,52 +1,39 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: XMLTextMasterStylesContext.hxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.2 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: vg $ $Date: 2007-04-11 13:25:11 $ + * $RCSfile: XMLTextMasterStylesContext.hxx,v $ + * $Revision: 1.3 $ * - * 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. * ************************************************************************/ #ifndef _XMLOFF_XMLTEXTMASTERSTYLESCONTEXT_HXX #define _XMLOFF_XMLTEXTMASTERSTYLESCONTEXT_HXX -#ifndef _SAL_CONFIG_H_ #include "sal/config.h" -#endif - -#ifndef INCLUDED_XMLOFF_DLLAPI_H #include "xmloff/dllapi.h" -#endif - -#ifndef _XMLOFF_XMLSTYLE_HXX #include <xmloff/xmlstyle.hxx> -#endif class XMLOFF_DLLPUBLIC XMLTextMasterStylesContext : public SvXMLStylesContext { |