summaryrefslogtreecommitdiff
path: root/framework/inc/jobs/joburl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/jobs/joburl.hxx')
-rw-r--r--framework/inc/jobs/joburl.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/framework/inc/jobs/joburl.hxx b/framework/inc/jobs/joburl.hxx
index df6dfe828885..1312967ad109 100644
--- a/framework/inc/jobs/joburl.hxx
+++ b/framework/inc/jobs/joburl.hxx
@@ -25,10 +25,8 @@
#include <rtl/ustring.hxx>
-
namespace framework{
-
#define JOBURL_PROTOCOL_STR "vnd.sun.star.job:"
#define JOBURL_PROTOCOL_LEN 17
@@ -44,7 +42,6 @@ namespace framework{
#define JOBURL_PART_SEPARATOR ';'
#define JOBURL_PARTARGS_SEPARATOR ','
-
/**
@short can be used to parse, validate and work with job URL's
@descr Job URLs are specified by the following syntax:
@@ -76,7 +73,6 @@ class JobURL
E_SERVICE = 4
};
-
// types
private:
@@ -102,7 +98,6 @@ class JobURL
/** holds the service arguments */
OUString m_sServiceArgs;
-
// native interface
public:
@@ -113,7 +108,6 @@ class JobURL
sal_Bool getAlias ( OUString& sAlias ) const;
sal_Bool getService ( OUString& sService ) const;
-
// private helper
private:
@@ -124,7 +118,6 @@ class JobURL
OUString& rPartValue ,
OUString& rPartArguments );
-
// debug methods!
#ifdef ENABLE_COMPONENT_SELF_CHECK