diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 13:12:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 13:12:50 +0000 |
commit | bfd12bc03701a98b68f93bfddbcc2d960617e544 (patch) | |
tree | f81998135fe2f696b9103e78e1814661779b7028 /configmgr/workben | |
parent | 1391d0c44921793a03227c86e2b98268668ecc6a (diff) |
INTEGRATION: CWS changefileheader (1.11.72); FILE MERGED
2008/04/01 15:07:02 thb 1.11.72.3: #i85898# Stripping all external header guards
2008/04/01 12:27:41 thb 1.11.72.2: #i85898# Stripping all external header guards
2008/03/31 12:23:04 rt 1.11.72.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'configmgr/workben')
-rw-r--r-- | configmgr/workben/local_io/simpletest.cxx | 90 |
1 files changed, 18 insertions, 72 deletions
diff --git a/configmgr/workben/local_io/simpletest.cxx b/configmgr/workben/local_io/simpletest.cxx index 8fbec0954161..8a26cbe21112 100644 --- a/configmgr/workben/local_io/simpletest.cxx +++ b/configmgr/workben/local_io/simpletest.cxx @@ -1,35 +1,30 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: simpletest.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.11 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: obo $ $Date: 2006-09-16 15:39:11 $ + * $RCSfile: simpletest.cxx,v $ + * $Revision: 1.12 $ * - * 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. * ************************************************************************/ @@ -39,35 +34,16 @@ #include <memory> #include <vector> #include <stack> - -#ifndef _OSL_FILE_HXX_ #include<osl/file.hxx> -#endif #include <rtl/ustring.hxx> #include <rtl/string.hxx> - -#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_ #include <com/sun/star/uno/Sequence.hxx> -#endif - -#ifndef _COM_SUN_STAR_UNO_ANY_HXX_ #include <com/sun/star/uno/Any.hxx> -#endif - -#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#endif -#ifndef _CPPUHELPER_IMPLBASE1_HXX_ #include <cppuhelper/implbase1.hxx> -#endif -#ifndef _CPPUHELPER_IMPLBASE2_HXX_ #include <cppuhelper/implbase2.hxx> -#endif - -#ifndef _CPPUHELPER_SERVICEFACTORY_HXX_ #include <cppuhelper/servicefactory.hxx> -#endif #ifndef _COM_SUN_STAR_LANG_XCOMPONENT_HDL_ #include <com/sun/star/lang/XComponent.hpp> @@ -91,35 +67,17 @@ #ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HDL_ #include <com/sun/star/io/XInputStream.hpp> #endif - -#ifndef _COM_SUN_STAR_XML_SAX_XPARSER_HPP_ #include <com/sun/star/xml/sax/XParser.hpp> -#endif - -#ifndef _COM_SUN_STAR_XML_SAX_SAXPARSEEXCEPTION_HPP_ #include <com/sun/star/xml/sax/SAXParseException.hpp> -#endif - -#ifndef _COM_SUN_STAR_XML_SAX_XEXTENDEDDOCUMENTHANDLER_HPP_ #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> -#endif #include <com/sun/star/xml/sax/InputSource.hpp> - -#ifndef _VOS_THREAD_HXX_ #include <vos/thread.hxx> -#endif #include <vos/pipe.hxx> - -#ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> -#endif #include "oslstream.hxx" - -#ifndef _COM_SUN_STAR_XML_SAX_XATTRIBUTELIST_HPP_ #include <com/sun/star/xml/sax/XAttributeList.hpp> -#endif #include <com/sun/star/container/XHierarchicalNameAccess.hpp> #include <com/sun/star/container/XNameAccess.hpp> @@ -127,28 +85,16 @@ #include <com/sun/star/container/XNameReplace.hpp> #include <com/sun/star/util/XChangesBatch.hpp> - -#ifndef _COM_SUN_STAR_SCRIPT_XTYPECONVERTER_HPP_ #include <com/sun/star/script/XTypeConverter.hpp> -#endif - -#ifndef _COM_SUN_STAR_CONTAINER_XNAMECONTAINER_HPP_ #include <com/sun/star/container/XNameContainer.hpp> -#endif - -#ifndef _OSL_CONDITN_HXX_ #include <osl/conditn.hxx> -#endif #include "xmltreebuilder.hxx" #include "dataimport.hxx" #include "createpropertyvalue.hxx" - -#ifndef _CONFIGMGR_STRDECL_HXX_ #include "strdecl.hxx" -#endif #include "confname.hxx" |