summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods1.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 11:03:31 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 11:03:31 +0000
commit1a855cf43dda34c8146cdf30cf03aa9b366f4067 (patch)
tree92570775e3c6bd26134782771f24b14a8d21bda9 /basic/source/runtime/methods1.cxx
parent4c1af33233b04866291bed567ee4bb8472da8a4f (diff)
INTEGRATION: CWS changefileheader (1.35.58); FILE MERGED
2008/04/01 15:01:55 thb 1.35.58.3: #i85898# Stripping all external header guards 2008/04/01 10:48:43 thb 1.35.58.2: #i85898# Stripping all external header guards 2008/03/28 16:07:34 rt 1.35.58.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'basic/source/runtime/methods1.cxx')
-rw-r--r--basic/source/runtime/methods1.cxx64
1 files changed, 19 insertions, 45 deletions
diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx
index cc9109bce5..f86c74e136 100644
--- a/basic/source/runtime/methods1.cxx
+++ b/basic/source/runtime/methods1.cxx
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $RCSfile: methods1.cxx,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.35 $
+ * $RCSfile: methods1.cxx,v $
+ * $Revision: 1.36 $
*
- * last change: $Author: vg $ $Date: 2007-09-20 15:55:19 $
+ * This file is part of OpenOffice.org.
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * 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).
*
- * 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
+ * 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.
*
************************************************************************/
@@ -41,31 +36,16 @@
#else
#include <stdlib.h> // getenv
#endif
-
-#ifndef _SV_SVAPP_HXX //autogen
#include <vcl/svapp.hxx>
-#endif
-#ifndef _SV_MAPMOD_HXX
#include <vcl/mapmod.hxx>
-#endif
-#ifndef _SV_WRKWIN_HXX
#include <vcl/wrkwin.hxx>
-#endif
-#ifndef _SV_TIMER_HXX
#include <vcl/timer.hxx>
-#endif
-#ifndef _SBXVAR_HXX
#include <basic/sbxvar.hxx>
-#endif
#ifndef _SBX_HXX
#include <basic/sbx.hxx>
#endif
-#ifndef _ZFORLIST_HXX //autogen
#include <svtools/zforlist.hxx>
-#endif
-#ifndef _FSYS_HXX
#include <tools/fsys.hxx>
-#endif
#include <tools/urlobj.hxx>
#include <osl/file.hxx>
@@ -76,10 +56,8 @@
#endif
#if defined(WIN)
-#ifndef _SVWIN_H
#include <tools/svwin.h>
#endif
-#endif
#ifndef CLK_TCK
#define CLK_TCK CLOCKS_PER_SEC
@@ -93,15 +71,11 @@
#include "rtlproto.hxx"
#include "dllmgr.hxx"
#include <iosys.hxx>
-#ifndef SB_UNO_OBJ
#include "sbunoobj.hxx"
-#endif
#include "propacc.hxx"
-#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
#include <comphelper/processfactory.hxx>
-#endif
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>