diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:57:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:57:06 +0000 |
commit | 790b6e64efd5bf66af759e10f23fc9b998e6ecb0 (patch) | |
tree | 55e819f4b13b123cdd146d3f5bf8952ee8ba5a2d /goodies/source/unographic | |
parent | de12b4aa836f3f296ed0aaa2ee8032d6564f95fe (diff) |
INTEGRATION: CWS pchfix02 (1.4.28); FILE MERGED
2006/09/01 17:30:17 kaib 1.4.28.1: #i68856# Added header markers and pch files
Diffstat (limited to 'goodies/source/unographic')
-rwxr-xr-x | goodies/source/unographic/graphicuno.cxx | 38 | ||||
-rw-r--r-- | goodies/source/unographic/renderer.cxx | 7 |
2 files changed, 43 insertions, 2 deletions
diff --git a/goodies/source/unographic/graphicuno.cxx b/goodies/source/unographic/graphicuno.cxx index d3e611ab8bbe..be3eef964ddf 100755 --- a/goodies/source/unographic/graphicuno.cxx +++ b/goodies/source/unographic/graphicuno.cxx @@ -1,3 +1,41 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: graphicuno.cxx,v $ + * + * $Revision: 1.5 $ + * + * last change: $Author: obo $ $Date: 2006-09-17 15:56:40 $ + * + * The Contents of this file are made available subject to + * the terms of GNU Lesser General Public License Version 2.1. + * + * + * 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 + * + ************************************************************************/ + + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_goodies.hxx" #ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif diff --git a/goodies/source/unographic/renderer.cxx b/goodies/source/unographic/renderer.cxx index 6ffed585034b..b47b32de33fc 100644 --- a/goodies/source/unographic/renderer.cxx +++ b/goodies/source/unographic/renderer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: renderer.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:53:22 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:57:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_goodies.hxx" + #ifndef _COM_SUN_STAR_BEANS_PROPERTYSTATE_HDL_ #include <com/sun/star/beans/PropertyState.hpp> #endif |