summaryrefslogtreecommitdiff
path: root/framework/source/jobs/jobdata.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-14 05:23:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-14 05:23:43 +0000
commit0a6f995f4e6739636123a9829b5e22ea04b52f72 (patch)
tree65e063a7ebfb79d2f184338c18cc2b66e568a480 /framework/source/jobs/jobdata.cxx
parentf88f6451fb99709768369d774f6eff35b3715902 (diff)
CWS-TOOLING: integrate CWS mba30fixes02
Diffstat (limited to 'framework/source/jobs/jobdata.cxx')
-rw-r--r--framework/source/jobs/jobdata.cxx22
1 files changed, 1 insertions, 21 deletions
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx
index d7feea9cde..8e395a15a5 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: jobdata.cxx,v $
- * $Revision: 1.10 $
+ * $Revision: 1.10.82.1 $
*
* This file is part of OpenOffice.org.
*
@@ -443,16 +443,6 @@ JobData::EEnvironment JobData::getEnvironment() const
//________________________________
-::rtl::OUString JobData::getAlias() const
-{
- /* SAFE { */
- ReadGuard aReadLock(m_aLock);
- return m_sAlias;
- /* } SAFE */
-}
-
-//________________________________
-
::rtl::OUString JobData::getService() const
{
/* SAFE { */
@@ -507,16 +497,6 @@ css::uno::Sequence< css::beans::NamedValue > JobData::getConfig() const
}
//________________________________
-
-JobResult JobData::getResult() const
-{
- /* SAFE { */
- ReadGuard aReadLock(m_aLock);
- return m_aLastExecutionResult;
- /* } SAFE */
-}
-
-//________________________________
/**
@short return information, if this job is part of the global configuration package
org.openoffice.Office.Jobs