summaryrefslogtreecommitdiff
path: root/svl/inc/svl
diff options
context:
space:
mode:
Diffstat (limited to 'svl/inc/svl')
-rw-r--r--svl/inc/svl/inettype.hxx4
-rw-r--r--svl/inc/svl/ondemand.hxx2
-rw-r--r--svl/inc/svl/urihelper.hxx4
-rw-r--r--svl/inc/svl/zforlist.hxx4
4 files changed, 7 insertions, 7 deletions
diff --git a/svl/inc/svl/inettype.hxx b/svl/inc/svl/inettype.hxx
index 770c5b16c3d0..261d23d6f005 100644
--- a/svl/inc/svl/inettype.hxx
+++ b/svl/inc/svl/inettype.hxx
@@ -438,7 +438,7 @@ public:
@param rAttribute The name of the parameter. Must be a valid RFC
2045 token.
- @param rValue The value of the paramter. Must only consist of US-
+ @param rValue The value of the parameter. Must only consist of US-
ASCII characters.
@return The string representation of rMediaType with the new
@@ -456,7 +456,7 @@ public:
@param rAttribute The name of the parameter. Must be a valid RFC
2045 token.
- @param rValue The value of the paramter. Must only consist of US-
+ @param rValue The value of the parameter. Must only consist of US-
ASCII characters.
@return The string representation of rMediaType with the new
diff --git a/svl/inc/svl/ondemand.hxx b/svl/inc/svl/ondemand.hxx
index 2e4b16a75318..70145b9de8ea 100644
--- a/svl/inc/svl/ondemand.hxx
+++ b/svl/inc/svl/ondemand.hxx
@@ -37,7 +37,7 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
/*
- On demand instanciation and initialization of several i18n wrappers,
+ On demand instantiation and initialization of several i18n wrappers,
helping the number formatter to not perform worse than it already does.
*/
diff --git a/svl/inc/svl/urihelper.hxx b/svl/inc/svl/urihelper.hxx
index c6be8e71185f..8658b1018b87 100644
--- a/svl/inc/svl/urihelper.hxx
+++ b/svl/inc/svl/urihelper.hxx
@@ -140,9 +140,9 @@ normalizedMakeRelative(
@param uriReference a URI reference, passed to normalizedMakeRelative
- @return if the XUriReference returnd by normalizedMakeRelative is empty,
+ @return if the XUriReference returned by normalizedMakeRelative is empty,
uriReference is returned unmodified; otherwise, the result of calling
- XUriReference::getUriReference on the XUriReference returnd by
+ XUriReference::getUriReference on the XUriReference returned by
normalizedMakeRelative is returned
@exception std::bad_alloc if an out-of-memory condition occurs
diff --git a/svl/inc/svl/zforlist.hxx b/svl/inc/svl/zforlist.hxx
index 45b30a566e2c..a244cdec5ab7 100644
--- a/svl/inc/svl/zforlist.hxx
+++ b/svl/inc/svl/zforlist.hxx
@@ -394,14 +394,14 @@ public:
sal_uInt32& FIndex,
LanguageType& rLnge);
- /// Delete an entry including the format it is refering to
+ /// Delete an entry including the format it is referring to
void DeleteEntry(sal_uInt32 nKey);
/** Create new entry of a format code string for language/country.
@return
<TRUE/> if string new and ok and inserted.
<FALSE/> if string already exists or an unresolvable parse error
- occured, in which case nCheckPos is the error position within rString.
+ occurred, in which case nCheckPos is the error position within rString.
If the error occurs at position 0 or rString is empty nCheckPos
will be 1, so an error in the string is always indicated by
nCheckPos not being zero.