diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:50:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:50:53 +0000 |
commit | ffd7e39e516b8d207115d963fae3edb432710ce6 (patch) | |
tree | 70e0d78c289b9881e504af50e5c8d5cf02f9ba17 /fpicker | |
parent | 7fc2674e35a2656fbda178b588f15b69c27e86f0 (diff) |
INTEGRATION: CWS pchfix02 (1.2.156); FILE MERGED
2006/09/01 17:28:00 kaib 1.2.156.1: #i68856# Added header markers and pch files
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/fps_office.cxx | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/fpicker/source/office/fps_office.cxx b/fpicker/source/office/fps_office.cxx index 05f5e2d435eb..e1bd6e39092c 100644 --- a/fpicker/source/office/fps_office.cxx +++ b/fpicker/source/office/fps_office.cxx @@ -1,3 +1,41 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: fps_office.cxx,v $ + * + * $Revision: 1.3 $ + * + * last change: $Author: obo $ $Date: 2006-09-16 17:50:53 $ + * + * 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_fpicker.hxx" #ifndef _SAL_TYPES_H_ #include "sal/types.h" |