summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-29 14:00:48 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-29 15:33:05 +0100
commit9ec6f974a32f7bac1393d8d36305b9d4c082f4f8 (patch)
tree2a78a4c979c58ce82157f6ad6ff5057ec9efbc5a /include
parentc6ed4635e845044345bf27806d01dffc8f77d8cc (diff)
Fix typos
Change-Id: I4f15a41b7a67abe9f2c45b6004948decd58a8360 Reviewed-on: https://gerrit.libreoffice.org/48832 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/o3tl/any.hxx6
-rw-r--r--include/salhelper/dynload.hxx2
-rw-r--r--include/svx/DescriptionGenerator.hxx6
-rw-r--r--include/ucbhelper/simpleauthenticationrequest.hxx2
-rw-r--r--include/ucbhelper/simplecertificatevalidationrequest.hxx2
-rw-r--r--include/vcl/outdev.hxx2
-rw-r--r--include/vcl/svapp.hxx2
7 files changed, 11 insertions, 11 deletions
diff --git a/include/o3tl/any.hxx b/include/o3tl/any.hxx
index 85fd28106419..141d788e15c4 100644
--- a/include/o3tl/any.hxx
+++ b/include/o3tl/any.hxx
@@ -136,7 +136,7 @@ template<typename T> inline boost::optional<T const> tryGetConverted(
@param any an Any value.
- @return a positive proxy for the value of the specfied type obtained from
+ @return a positive proxy for the value of the specified type obtained from
the given Any, or a negative proxy if no such value can be obtained.
*/
template<typename T> inline
@@ -270,7 +270,7 @@ template<typename T> typename detail::Optional<T>::type tryAccess(
@param any an Any value.
- @return a positive proxy for the value of the specfied type obtained from
+ @return a positive proxy for the value of the specified type obtained from
the given Any. See tryAccess for details.
@throws css::uno::RuntimeException when a value of the requested type
@@ -307,7 +307,7 @@ template<typename T> inline typename detail::Optional<T>::type doAccess(
@param any an Any value.
- @return a positive proxy for the value of the specfied type obtained from
+ @return a positive proxy for the value of the specified type obtained from
the given Any. See tryAccess for details.
*/
template<typename T> inline typename detail::Optional<T>::type forceAccess(
diff --git a/include/salhelper/dynload.hxx b/include/salhelper/dynload.hxx
index 98fe9af1f0ed..12d54d5cffa4 100644
--- a/include/salhelper/dynload.hxx
+++ b/include/salhelper/dynload.hxx
@@ -111,7 +111,7 @@ public:
m_pLoader = NULL;
}
- /** Constructor, loads the library if necessary otherwise the refernece count will
+ /** Constructor, loads the library if necessary otherwise the reference count will
be increased.
@param strModuleName specifies the library name.
diff --git a/include/svx/DescriptionGenerator.hxx b/include/svx/DescriptionGenerator.hxx
index fd1b1e2a39ad..6a7b57fc6bde 100644
--- a/include/svx/DescriptionGenerator.hxx
+++ b/include/svx/DescriptionGenerator.hxx
@@ -47,7 +47,7 @@ public:
};
/** Creates a new description generator with an empty description
- string. Usually you will want to call initialize next to specifiy
+ string. Usually you will want to call initialize next to specify
a general description of the shape.
@param xShape
The shape from which properties will be extracted by later calls
@@ -59,7 +59,7 @@ public:
~DescriptionGenerator();
/** Initialize the description with the given prefix followed by the
- shape's style in parantheses and a colon.
+ shape style in parentheses and a colon.
@param sPrefix
An introductory description of the shape that is made more
specific by later calls to <member>addProperty</member>.
@@ -67,7 +67,7 @@ public:
void Initialize (const OUString& sPrefix);
/** Initialize the description with the specified string from the
- resource followed by the shape's style in parantheses and a colon.
+ resource followed by the shape style in parentheses and a colon.
@param pResourceId
A resource id the specifies the introductory description of the
shape that is made more specific by later calls to
diff --git a/include/ucbhelper/simpleauthenticationrequest.hxx b/include/ucbhelper/simpleauthenticationrequest.hxx
index b6b2f870f6a6..59d22b3da440 100644
--- a/include/ucbhelper/simpleauthenticationrequest.hxx
+++ b/include/ucbhelper/simpleauthenticationrequest.hxx
@@ -36,7 +36,7 @@ namespace ucbhelper {
* instance contains an AuthenticationRequest and three interaction
* continuations: "Abort", "Retry" and "SupplyAuthentication". The parameters
* for the AuthenticationRequest and the InteractionSupplyAuthentication
- * objects are partly taken from contructors parameters and partly defaulted
+ * objects are partly taken from constructors parameters and partly defaulted
* as follows:
*
* Read-only values : servername, realm
diff --git a/include/ucbhelper/simplecertificatevalidationrequest.hxx b/include/ucbhelper/simplecertificatevalidationrequest.hxx
index e59f9da8aec2..d1d2d4573e82 100644
--- a/include/ucbhelper/simplecertificatevalidationrequest.hxx
+++ b/include/ucbhelper/simplecertificatevalidationrequest.hxx
@@ -33,7 +33,7 @@ namespace ucbhelper {
* Instances can be passed directly to XInteractionHandler::handle(...). Each
* instance contains an CertificateValidationRequest and two interaction
* continuations: "Abort" and "Approved". The parameters
- * for the CertificateValidationRequest object are partly taken from contructors parameters and partly defaulted
+ * for the CertificateValidationRequest object are partly taken from constructors parameters and partly defaulted
* as follows:
*
* Read-write values: certificateValidity, certificate
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index f9377bb655d2..6f1d211174eb 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -1903,7 +1903,7 @@ private:
/** Convert a line in logical units to a line in physical device pixel units.
- @param rLineInfo Const refernece to a line in logical units
+ @param rLineInfo Const reference to a line in logical units
@returns Line based on physical device pixel coordinates and units.
*/
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 0c81eeda5d8c..f68173fe340c 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -683,7 +683,7 @@ public:
/** Remove a VCL event listener from the application.
- @param rEventListener Const refernece to the event listener to be removed
+ @param rEventListener Const reference to the event listener to be removed
@see AddEventListener, AddKeyListener, RemoveKeyListener
*/