summaryrefslogtreecommitdiff
path: root/framework/source/jobs/joburl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/jobs/joburl.cxx')
-rw-r--r--framework/source/jobs/joburl.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/framework/source/jobs/joburl.cxx b/framework/source/jobs/joburl.cxx
index f1e3c8e6cf8d..575fed00a499 100644
--- a/framework/source/jobs/joburl.cxx
+++ b/framework/source/jobs/joburl.cxx
@@ -97,7 +97,6 @@ JobURL::JobURL( /*IN*/ const OUString& sURL )
}
}
-
/**
@short knows, if this job URL object hold a valid URL inside
@@ -109,7 +108,6 @@ sal_Bool JobURL::isValid() const
return (m_eRequest!=E_UNKNOWN);
}
-
/**
@short get the event item of this job URL
@descr Because the three possible parts of such URL (event, alias, service)
@@ -138,7 +136,6 @@ sal_Bool JobURL::getEvent( /*OUT*/ OUString& sEvent ) const
return bSet;
}
-
/**
@short get the alias item of this job URL
@descr Because the three possible parts of such URL (event, alias, service)
@@ -167,7 +164,6 @@ sal_Bool JobURL::getAlias( /*OUT*/ OUString& sAlias ) const
return bSet;
}
-
/**
@short get the service item of this job URL
@descr Because the three possible parts of such URL (event, service, service)
@@ -196,7 +192,6 @@ sal_Bool JobURL::getService( /*OUT*/ OUString& sService ) const
return bSet;
}
-
/**
@short searches for a special identifier in the given string and split it
@descr If the given identifier could be found at the beginning of the given string,
@@ -258,7 +253,6 @@ sal_Bool JobURL::implst_split( /*IN*/ const OUString& sPart ,
return bPartFound;
}
-
/**
@short special debug method
@descr It's the entry point method to start a self component check for this class.
@@ -308,7 +302,6 @@ void JobURL::impldbg_checkIt()
JobURL::impldbg_checkURL("vnd.sun.star.job:service=css.myService?serviceArg1;alias=myAlias?aliasArg=564", E_EVENT | E_ALIAS, "" , "myAlias", "css.myService", NULL , "aliasArg=564" , "serviceArg1" );
}
-
/**
@short helper debug method
@descr It uses the given parameter to create a new instance of a JobURL.
@@ -512,7 +505,6 @@ void JobURL::impldbg_checkURL( /*IN*/ const sal_Char* pURL ,
SAL_INFO("fwk.joburl", OUString(sMsg));
}
-
/**
@short helper debug method
@descr It returns a representation of the internal object state
@@ -545,8 +537,6 @@ OUString JobURL::impldbg_toString() const
return sBuffer.makeStringAndClear();
}
-
-
sal_Bool JobURL::getServiceArgs( /*OUT*/ OUString& sServiceArgs ) const
{
SolarMutexGuard g;
@@ -559,8 +549,6 @@ sal_Bool JobURL::getServiceArgs( /*OUT*/ OUString& sServiceArgs ) const
return bSet;
}
-
-
sal_Bool JobURL::getEventArgs( /*OUT*/ OUString& sEventArgs ) const
{
SolarMutexGuard g;
@@ -573,8 +561,6 @@ sal_Bool JobURL::getEventArgs( /*OUT*/ OUString& sEventArgs ) const
return bSet;
}
-
-
sal_Bool JobURL::getAliasArgs( /*OUT*/ OUString& sAliasArgs ) const
{
SolarMutexGuard g;