summaryrefslogtreecommitdiff
path: root/framework/inc/jobs
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/jobs')
-rw-r--r--framework/inc/jobs/configaccess.hxx8
-rw-r--r--framework/inc/jobs/helponstartup.hxx4
-rw-r--r--framework/inc/jobs/job.hxx7
-rw-r--r--framework/inc/jobs/jobconst.hxx4
-rw-r--r--framework/inc/jobs/jobdata.hxx11
-rw-r--r--framework/inc/jobs/jobdispatch.hxx4
-rw-r--r--framework/inc/jobs/jobexecutor.hxx4
-rw-r--r--framework/inc/jobs/jobresult.hxx4
-rw-r--r--framework/inc/jobs/joburl.hxx4
-rw-r--r--framework/inc/jobs/shelljob.hxx4
10 files changed, 3 insertions, 51 deletions
diff --git a/framework/inc/jobs/configaccess.hxx b/framework/inc/jobs/configaccess.hxx
index 2ba4b89769d0..30ef4f2a47d8 100644
--- a/framework/inc/jobs/configaccess.hxx
+++ b/framework/inc/jobs/configaccess.hxx
@@ -29,13 +29,8 @@
#include <rtl/ustring.hxx>
#include <fwidllapi.h>
-//_______________________________________
-// namespace
-
namespace framework{
-//_______________________________________
-// public const
//_______________________________________
/**
@@ -46,8 +41,7 @@ namespace framework{
*/
class FWI_DLLPUBLIC ConfigAccess : public ThreadHelpBase
{
- //___________________________________
- // const
+
public:
diff --git a/framework/inc/jobs/helponstartup.hxx b/framework/inc/jobs/helponstartup.hxx
index d0e58fb862f6..86967201db69 100644
--- a/framework/inc/jobs/helponstartup.hxx
+++ b/framework/inc/jobs/helponstartup.hxx
@@ -33,13 +33,9 @@
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/frame/XModuleManager.hpp>
-//_______________________________________________
-// namespace
namespace framework{
-//_______________________________________________
-// declarations
//_______________________________________________
/** @short implements a job component, which handle the special
diff --git a/framework/inc/jobs/job.hxx b/framework/inc/jobs/job.hxx
index ac48d64809b7..cd03bff7c824 100644
--- a/framework/inc/jobs/job.hxx
+++ b/framework/inc/jobs/job.hxx
@@ -41,16 +41,11 @@
#include <cppuhelper/weak.hxx>
#include <rtl/ustring.hxx>
-//_______________________________________
-// namespace
namespace framework{
-//_______________________________________
-// public const
-//_______________________________________
-// definitions
+
/**
@short it represent a job; execute it and control it's lifetime
diff --git a/framework/inc/jobs/jobconst.hxx b/framework/inc/jobs/jobconst.hxx
index ebf55719ac84..dc7bab828433 100644
--- a/framework/inc/jobs/jobconst.hxx
+++ b/framework/inc/jobs/jobconst.hxx
@@ -27,13 +27,9 @@
#include <rtl/ustring.hxx>
#include <fwidllapi.h>
-//_______________________________________
-// namespace
namespace framework{
-//_______________________________________
-// public const
//_______________________________________
/**
diff --git a/framework/inc/jobs/jobdata.hxx b/framework/inc/jobs/jobdata.hxx
index 86df0702f8dc..acb107d9d8ac 100644
--- a/framework/inc/jobs/jobdata.hxx
+++ b/framework/inc/jobs/jobdata.hxx
@@ -33,16 +33,10 @@
#include <rtl/ustring.hxx>
-//_______________________________________
-// namespace
-
namespace framework{
-//_______________________________________
-// public const
-//_______________________________________
-// definitions
+
/**
@short holds all neccessary informations about a job and
@@ -53,9 +47,6 @@ namespace framework{
*/
class JobData : private ThreadHelpBase
{
- //___________________________________
- // const
-
public:
/// specifies the root package and key to find registered jobs
diff --git a/framework/inc/jobs/jobdispatch.hxx b/framework/inc/jobs/jobdispatch.hxx
index 0eb800e292de..b3cc0143f062 100644
--- a/framework/inc/jobs/jobdispatch.hxx
+++ b/framework/inc/jobs/jobdispatch.hxx
@@ -48,13 +48,9 @@
#include <cppuhelper/weak.hxx>
#include <rtl/ustring.hxx>
-//_______________________________________
-// namespace
namespace framework{
-//_______________________________________
-// public const
//_______________________________________
/**
diff --git a/framework/inc/jobs/jobexecutor.hxx b/framework/inc/jobs/jobexecutor.hxx
index 6e05c893f333..a0ab8f387fac 100644
--- a/framework/inc/jobs/jobexecutor.hxx
+++ b/framework/inc/jobs/jobexecutor.hxx
@@ -49,13 +49,9 @@
#include <cppuhelper/weak.hxx>
#include <rtl/ustring.hxx>
-//_______________________________________
-// namespace
namespace framework{
-//_______________________________________
-// public const
//_______________________________________
/**
diff --git a/framework/inc/jobs/jobresult.hxx b/framework/inc/jobs/jobresult.hxx
index f6b6aef2dec7..ee122f1ff2f2 100644
--- a/framework/inc/jobs/jobresult.hxx
+++ b/framework/inc/jobs/jobresult.hxx
@@ -30,13 +30,9 @@
#include <rtl/ustring.hxx>
-//_______________________________________
-// namespace
namespace framework{
-//_______________________________________
-// public const
//_______________________________________
/**
diff --git a/framework/inc/jobs/joburl.hxx b/framework/inc/jobs/joburl.hxx
index c1db8f8dc0e8..6849f408528e 100644
--- a/framework/inc/jobs/joburl.hxx
+++ b/framework/inc/jobs/joburl.hxx
@@ -27,13 +27,9 @@
#include <rtl/ustring.hxx>
-//_______________________________________
-// namespace
namespace framework{
-//_______________________________________
-// const
#define JOBURL_PROTOCOL_STR "vnd.sun.star.job:"
#define JOBURL_PROTOCOL_LEN 17
diff --git a/framework/inc/jobs/shelljob.hxx b/framework/inc/jobs/shelljob.hxx
index e28bf201c5cd..3024aa4c2958 100644
--- a/framework/inc/jobs/shelljob.hxx
+++ b/framework/inc/jobs/shelljob.hxx
@@ -33,13 +33,9 @@
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/frame/XModuleManager.hpp>
-//_______________________________________________
-// namespace
namespace framework{
-//_______________________________________________
-// declarations
//_______________________________________________
/** @short implements a job component which can be used