summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-17 07:31:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-17 10:21:00 +0100
commit696bc1e951e785e71de74d61eeafd06c3e8a0283 (patch)
treec35a5b7adc7e55170c35f28cf9da580a7ba64ab8 /framework/source
parent677d606021304158c9faedf5353cf5c2fd92d3de (diff)
Fix typos
Change-Id: I4630ba4a93a32c47753422b29535c36b53ff3d5e Reviewed-on: https://gerrit.libreoffice.org/46635 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/fwe/xml/xmlnamespaces.cxx2
-rw-r--r--framework/source/jobs/joburl.cxx12
2 files changed, 7 insertions, 7 deletions
diff --git a/framework/source/fwe/xml/xmlnamespaces.cxx b/framework/source/fwe/xml/xmlnamespaces.cxx
index 9b57861589c2..4b930ad33f20 100644
--- a/framework/source/fwe/xml/xmlnamespaces.cxx
+++ b/framework/source/fwe/xml/xmlnamespaces.cxx
@@ -66,7 +66,7 @@ void XMLNamespaces::addNamespace( const OUString& aName, const OUString& aValue
if ( aValue.isEmpty() && !aNamespaceName.isEmpty() )
{
- // namespace should be reseted - as xml draft states this is only allowed
+ // namespace should be reset - as xml draft states this is only allowed
// for the default namespace - check and throw exception if check fails
throw SAXException( "Clearing xml namespace only allowed for default namespace!", Reference< XInterface >(), Any() );
}
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 ,