From 188ad9a68eb53811650d86d37957fbfe5991a7c8 Mon Sep 17 00:00:00 2001 From: Lars Langhans Date: Wed, 27 Feb 2008 15:43:56 +0000 Subject: #i86509# --- cppunit/inc/pch/precompiled_cppunit.cxx | 37 ++++++++++++++++++++++++++++++ cppunit/inc/pch/precompiled_cppunit.hxx | 40 +++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 cppunit/inc/pch/precompiled_cppunit.cxx create mode 100644 cppunit/inc/pch/precompiled_cppunit.hxx (limited to 'cppunit') diff --git a/cppunit/inc/pch/precompiled_cppunit.cxx b/cppunit/inc/pch/precompiled_cppunit.cxx new file mode 100644 index 000000000000..73148505d1b2 --- /dev/null +++ b/cppunit/inc/pch/precompiled_cppunit.cxx @@ -0,0 +1,37 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: precompiled_cppunit.cxx,v $ + * + * $Revision: 1.1 $ + * + * last change: $Author: lla $ $Date: 2008-02-27 16:43:37 $ + * + * 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 + * + ************************************************************************/ + +#include "precompiled_cppunit.hxx" + diff --git a/cppunit/inc/pch/precompiled_cppunit.hxx b/cppunit/inc/pch/precompiled_cppunit.hxx new file mode 100644 index 000000000000..b95a02a5e178 --- /dev/null +++ b/cppunit/inc/pch/precompiled_cppunit.hxx @@ -0,0 +1,40 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: precompiled_cppunit.hxx,v $ + * + * $Revision: 1.1 $ + * + * last change: $Author: lla $ $Date: 2008-02-27 16:43:56 $ + * + * 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): Generated on 2006-09-01 17:50:13.576513 + +#ifdef PRECOMPILED_HEADERS +#endif + -- cgit