pnghelper.hxx (cdf0e10c) pnghelper.hxx (c3bb05ab)
1/*************************************************************************
2 *
3 * OpenOffice.org - a multi-platform office productivity suite
4 *
5 * The Contents of this file are made available subject to
6 * the terms of GNU General Public License Version 2.
7 *
8 *
9 * GNU General Public License, version 2
10 * =============================================
11 * Copyright 2005 by Sun Microsystems, Inc.
12 * 901 San Antonio Road, Palo Alto, CA 94303, USA
13 *
14 * This program is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU General Public License as
16 * published by the Free Software Foundation; either version 2 of
17 * the License, or (at your option) any later version.
18 *
19 * This program is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
23 *
24 * You should have received a copy of the GNU General Public
25 * License along with this program; if not, write to the Free
26 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
27 * Boston, MA 02110-1301, USA.
28 *
29 ************************************************************************/
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
30#ifndef _IPDF_PNGHELPER_HXX
31#define _IPDF_PNGHELPER_HXX
32
33#include "sal/types.h"
34#include "pdfioutdev_gpl.hxx"
35
36
37namespace pdfi

--- 55 unchanged lines hidden ---
21#ifndef _IPDF_PNGHELPER_HXX
22#define _IPDF_PNGHELPER_HXX
23
24#include "sal/types.h"
25#include "pdfioutdev_gpl.hxx"
26
27
28namespace pdfi

--- 55 unchanged lines hidden ---