summaryrefslogtreecommitdiff
path: root/framework/source/jobs
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/jobs')
-rw-r--r--framework/source/jobs/helponstartup.cxx4
-rw-r--r--framework/source/jobs/job.cxx12
-rw-r--r--framework/source/jobs/jobdata.cxx8
-rw-r--r--framework/source/jobs/jobdispatch.cxx12
-rw-r--r--framework/source/jobs/jobexecutor.cxx12
-rw-r--r--framework/source/jobs/jobresult.cxx14
-rw-r--r--framework/source/jobs/joburl.cxx13
-rw-r--r--framework/source/jobs/shelljob.cxx4
8 files changed, 0 insertions, 79 deletions
diff --git a/framework/source/jobs/helponstartup.cxx b/framework/source/jobs/helponstartup.cxx
index d0bc8b225855..017cc4a140d9 100644
--- a/framework/source/jobs/helponstartup.cxx
+++ b/framework/source/jobs/helponstartup.cxx
@@ -49,13 +49,9 @@
#include <com/sun/star/frame/XFramesSupplier.hpp>
#include <com/sun/star/frame/XDesktop.hpp>
-//_______________________________________________
-// namespace
namespace framework{
-//_______________________________________________
-// definitions
// path to module config
static ::rtl::OUString CFG_PACKAGE_MODULES ("/org.openoffice.Setup/Office/Factories");
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index e1c9dd9afaea..7d7b6317d7f2 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -41,20 +41,8 @@
#include <rtl/ustrbuf.hxx>
#include <vcl/svapp.hxx>
-//________________________________
-// namespace
-
namespace framework{
-//________________________________
-// non exported const
-
-//________________________________
-// non exported definitions
-
-//________________________________
-// declarations
-
DEFINE_XINTERFACE_4( Job ,
OWeakObject ,
DIRECT_INTERFACE(css::lang::XTypeProvider ),
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx
index a078d04f2e63..6195d0c18b31 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -43,13 +43,9 @@
#include <rtl/ustrbuf.hxx>
#include <vcl/svapp.hxx>
-//________________________________
-// namespace
namespace framework{
-//________________________________
-// exported const
const sal_Char* JobData::JOBCFG_ROOT = "/org.openoffice.Office.Jobs/Jobs/" ;
const sal_Char* JobData::JOBCFG_PROP_SERVICE = "Service" ;
@@ -74,11 +70,7 @@ const sal_Char* JobData::PROP_MODEL = "Model"
const sal_Char* JobData::PROP_SERVICE = "Service" ;
const sal_Char* JobData::PROP_CONTEXT = "Context" ;
-//________________________________
-// non exported definitions
-//________________________________
-// declarations
//________________________________
/**
diff --git a/framework/source/jobs/jobdispatch.cxx b/framework/source/jobs/jobdispatch.cxx
index 1aaa113db18f..fd0b5eee53fd 100644
--- a/framework/source/jobs/jobdispatch.cxx
+++ b/framework/source/jobs/jobdispatch.cxx
@@ -43,20 +43,8 @@
#include <rtl/ustrbuf.hxx>
#include <vcl/svapp.hxx>
-//________________________________
-// namespace
-
namespace framework{
-//________________________________
-// non exported const
-
-//________________________________
-// non exported definitions
-
-//________________________________
-// declarations
-
DEFINE_XINTERFACE_6( JobDispatch ,
OWeakObject ,
DIRECT_INTERFACE(css::lang::XTypeProvider ),
diff --git a/framework/source/jobs/jobexecutor.cxx b/framework/source/jobs/jobexecutor.cxx
index 6c23a775f40d..0963d58c50b7 100644
--- a/framework/source/jobs/jobexecutor.cxx
+++ b/framework/source/jobs/jobexecutor.cxx
@@ -49,20 +49,8 @@
#include <rtl/logfile.hxx>
-//________________________________
-// namespace
-
namespace framework{
-//________________________________
-// non exported const
-
-//________________________________
-// non exported definitions
-
-//________________________________
-// declarations
-
DEFINE_XINTERFACE_6( JobExecutor ,
OWeakObject ,
DIRECT_INTERFACE(css::lang::XTypeProvider ),
diff --git a/framework/source/jobs/jobresult.cxx b/framework/source/jobs/jobresult.cxx
index 78b84dcefa9f..f79fcbdb5d57 100644
--- a/framework/source/jobs/jobresult.cxx
+++ b/framework/source/jobs/jobresult.cxx
@@ -24,26 +24,12 @@
#include <general.h>
#include <services.h>
-
#include <rtl/ustrbuf.hxx>
#include <vcl/svapp.hxx>
#include <comphelper/sequenceashashmap.hxx>
-//________________________________
-// namespace
-
namespace framework{
-//________________________________
-// non exported const
-
-//________________________________
-// non exported definitions
-
-//________________________________
-// declarations
-
-//________________________________
/**
@short standard dtor
@descr It does nothing else ...
diff --git a/framework/source/jobs/joburl.cxx b/framework/source/jobs/joburl.cxx
index 38a91d71eb1d..fb5bfc9a0040 100644
--- a/framework/source/jobs/joburl.cxx
+++ b/framework/source/jobs/joburl.cxx
@@ -34,21 +34,8 @@
#include <rtl/ustrbuf.hxx>
#include <vcl/svapp.hxx>
-//________________________________
-// namespace
-
namespace framework{
-//________________________________
-// non exported const
-
-//________________________________
-// non exported definitions
-
-//________________________________
-// declarations
-
-//________________________________
/**
@short special ctor
@descr It initialize this new instance with a (hopyfully) valid job URL.
diff --git a/framework/source/jobs/shelljob.cxx b/framework/source/jobs/shelljob.cxx
index a4c073b527cc..ca941607cbf2 100644
--- a/framework/source/jobs/shelljob.cxx
+++ b/framework/source/jobs/shelljob.cxx
@@ -51,13 +51,9 @@
#include <com/sun/star/util/PathSubstitution.hpp>
#include <com/sun/star/util/XStringSubstitution.hpp>
-//_______________________________________________
-// namespace
namespace framework{
-//_______________________________________________
-// definitions
/** address job configuration inside argument set provided on method execute(). */
static const ::rtl::OUString PROP_JOBCONFIG("JobConfig");