diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 12:18:26 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 12:18:26 +0000 |
commit | bc917b42a00145dadd42230d8d09894d47a5eb85 (patch) | |
tree | ea95d5c60585a4120221579d83e83bce099b5dad /unotools/inc | |
parent | 1f77efef0912919087c5369f1111cbe3b59153f5 (diff) |
INTEGRATION: CWS changefileheader (1.26.4); FILE MERGED
2008/04/01 16:03:29 thb 1.26.4.3: #i85898# Stripping all external header guards
2008/04/01 12:59:45 thb 1.26.4.2: #i85898# Stripping all external header guards
2008/03/31 13:03:36 rt 1.26.4.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/ucblockbytes.hxx | 51 |
1 files changed, 18 insertions, 33 deletions
diff --git a/unotools/inc/unotools/ucblockbytes.hxx b/unotools/inc/unotools/ucblockbytes.hxx index d74f8dc5ead4..5600cfdb16f4 100644 --- a/unotools/inc/unotools/ucblockbytes.hxx +++ b/unotools/inc/unotools/ucblockbytes.hxx @@ -1,55 +1,40 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: ucblockbytes.hxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.26 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: rt $ $Date: 2008-03-20 15:29:51 $ + * $RCSfile: ucblockbytes.hxx,v $ + * $Revision: 1.27 $ * - * 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. * ************************************************************************/ #ifndef _UNTOOLS_UCBLOCKBYTES_HXX #define _UNTOOLS_UCBLOCKBYTES_HXX -#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_ #include <com/sun/star/uno/Reference.hxx> -#endif -#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_ #include <com/sun/star/uno/Sequence.hxx> -#endif -#ifndef _COM_SUN_STAR_UCB_XCONTENT_HPP_ #include <com/sun/star/ucb/XContent.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_ #include <com/sun/star/beans/PropertyValue.hpp> -#endif -#ifndef INCLUDED_UNOTOOLSDLLAPI_H #include "unotools/unotoolsdllapi.h" -#endif #include <vos/thread.hxx> #include <vos/conditn.hxx> |