summaryrefslogtreecommitdiffstats
path: root/framework/source/jobs/job.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 07:45:13 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 07:45:13 +0000
commit4ba8af1227bd850f65d02026d3ccf941d0556933 (patch)
treee20a7621d0e84ae99cc714bf8454ba2f663c2883 /framework/source/jobs/job.cxx
parentINTEGRATION: CWS changefileheader (1.4.262); FILE MERGED (diff)
downloadcore-4ba8af1227bd850f65d02026d3ccf941d0556933.tar.gz
core-4ba8af1227bd850f65d02026d3ccf941d0556933.zip
INTEGRATION: CWS changefileheader (1.11.130); FILE MERGED
2008/04/01 15:18:42 thb 1.11.130.3: #i85898# Stripping all external header guards 2008/04/01 10:58:10 thb 1.11.130.2: #i85898# Stripping all external header guards 2008/03/28 15:35:21 rt 1.11.130.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'framework/source/jobs/job.cxx')
-rw-r--r--framework/source/jobs/job.cxx74
1 files changed, 18 insertions, 56 deletions
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index 6a2f91594763..85caa85b24ca 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.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: job.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.11 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: ihi $ $Date: 2007-07-11 15:01:38 $
+ * $RCSfile: job.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.
*
************************************************************************/
@@ -38,56 +33,23 @@
//________________________________
// my own includes
-
-#ifndef __FRAMEWORK_JOBS_JOB_HXX_
#include <jobs/job.hxx>
-#endif
-
-#ifndef __FRAMEWORK_THREADHELP_READGUARD_HXX_
#include <threadhelp/readguard.hxx>
-#endif
-
-#ifndef __FRAMEWORK_THREADHELP_WRITEGUARD_HXX_
#include <threadhelp/writeguard.hxx>
-#endif
-
-#ifndef __FRAMEWORK_GENERAL_H_
#include <general.h>
-#endif
-
-#ifndef __FRAMEWORK_SERVICES_H_
#include <services.h>
-#endif
//________________________________
// interface includes
-
-#ifndef _COM_SUN_STAR_TASK_XJOB_HPP_
#include <com/sun/star/task/XJob.hpp>
-#endif
-
-#ifndef _COM_SUN_STAR_TASK_XASYNCJOB_HPP_
#include <com/sun/star/task/XAsyncJob.hpp>
-#endif
-
-#ifndef _COM_SUN_STAR_UTIL_XCLOSEBROADCASTER_HPP_
#include <com/sun/star/util/XCloseBroadcaster.hpp>
-#endif
-
-#ifndef _COM_SUN_STAR_UTIL_XCLOSEABLE_HPP_
#include <com/sun/star/util/XCloseable.hpp>
-#endif
//________________________________
// includes of other projects
-
-#ifndef _RTL_USTRBUF_HXX_
#include <rtl/ustrbuf.hxx>
-#endif
-
-#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
-#endif
//________________________________
// namespace