diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 12:36:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 12:36:38 +0000 |
commit | 64fc322e01f6d8b8c6818e8dc5eb0c30bfb69316 (patch) | |
tree | 34f15465425d883c35ba96daaf65498e7aab1f7e /tools/inc | |
parent | 6fca62ab22df5282ecd9836fc368e5d2a959a814 (diff) |
INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED
2008/04/01 16:01:29 thb 1.4.70.2: #i85898# Stripping all external header guards
2008/03/28 15:41:15 rt 1.4.70.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/weakbase.h | 36 |
1 files changed, 31 insertions, 5 deletions
diff --git a/tools/inc/tools/weakbase.h b/tools/inc/tools/weakbase.h index cdbf963eb8b3..eae28cea54f6 100644 --- a/tools/inc/tools/weakbase.h +++ b/tools/inc/tools/weakbase.h @@ -1,13 +1,39 @@ +/************************************************************************* + * + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: weakbase.h,v $ + * + * $Revision: 1.5 $ + * + * 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. + * + * 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). + * + * 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 _TOOLS_WEAKBASE_H_ #define _TOOLS_WEAKBASE_H_ -#ifndef _SAL_TYPES_H_ #include <sal/types.h> -#endif - -#ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> -#endif /** the template classes in this header are helper to implement weak references to implementation objects that are not refcounted. |