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.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/framework/source/jobs/joburl.cxx b/framework/source/jobs/joburl.cxx
index 62bd3ce8b880..fd30218dd954 100644
--- a/framework/source/jobs/joburl.cxx
+++ b/framework/source/jobs/joburl.cxx
@@ -122,7 +122,7 @@ bool JobURL::isValid() const
@return <TRUE/> if an event part of the job URL exist and the out parameter
sEvent was filled.
- @attention The out parameter will be reseted every time. Don't use it if method returns <FALSE/>!
+ @attention The out parameter will be reset every time. Don't use it if method returns <FALSE/>!
*/
bool JobURL::getEvent( /*OUT*/ OUString& sEvent ) const
{
@@ -150,7 +150,7 @@ bool JobURL::getEvent( /*OUT*/ OUString& sEvent ) const
@return <TRUE/> if an alias part of the job URL exist and the out parameter
sAlias was filled.
- @attention The out parameter will be reseted every time. Don't use it if method returns <FALSE/>!
+ @attention The out parameter will be reset every time. Don't use it if method returns <FALSE/>!
*/
bool JobURL::getAlias( /*OUT*/ OUString& sAlias ) const
{
@@ -178,7 +178,7 @@ bool JobURL::getAlias( /*OUT*/ OUString& sAlias ) const
@return <TRUE/> if an service part of the job URL exist and the out parameter
sService was filled.
- @attention The out parameter will be reseted every time. Don't use it if method returns <FALSE/>!
+ @attention The out parameter will be reset every time. Don't use it if method returns <FALSE/>!
*/
bool JobURL::getService( /*OUT*/ OUString& sService ) const
{
@@ -209,12 +209,12 @@ bool JobURL::getService( /*OUT*/ OUString& sService ) const
the length of the ascii value <var>pPartIdentifier</var>
@param rPartValue
- returns the part value if <var>sPart</var> was splitted successfully
+ returns the part value if <var>sPart</var> was split successfully
@param rPartArguments
- returns the part arguments if <var>sPart</var> was splitted successfully
+ returns the part arguments if <var>sPart</var> was split successfully
- @return <TRUE/> if the identifier could be found and the string was splitted.
+ @return <TRUE/> if the identifier could be found and the string was split.
<FALSE/> otherwise.
*/
bool JobURL::implst_split( /*IN*/ const OUString& sPart ,