Kaydet (Commit) 9ec6f974 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I4f15a41b7a67abe9f2c45b6004948decd58a8360
Reviewed-on: https://gerrit.libreoffice.org/48832Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst c6ed4635
...@@ -136,7 +136,7 @@ template<typename T> inline boost::optional<T const> tryGetConverted( ...@@ -136,7 +136,7 @@ template<typename T> inline boost::optional<T const> tryGetConverted(
@param any an Any value. @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. the given Any, or a negative proxy if no such value can be obtained.
*/ */
template<typename T> inline template<typename T> inline
...@@ -270,7 +270,7 @@ template<typename T> typename detail::Optional<T>::type tryAccess( ...@@ -270,7 +270,7 @@ template<typename T> typename detail::Optional<T>::type tryAccess(
@param any an Any value. @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. the given Any. See tryAccess for details.
@throws css::uno::RuntimeException when a value of the requested type @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( ...@@ -307,7 +307,7 @@ template<typename T> inline typename detail::Optional<T>::type doAccess(
@param any an Any value. @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. the given Any. See tryAccess for details.
*/ */
template<typename T> inline typename detail::Optional<T>::type forceAccess( template<typename T> inline typename detail::Optional<T>::type forceAccess(
......
...@@ -111,7 +111,7 @@ public: ...@@ -111,7 +111,7 @@ public:
m_pLoader = NULL; 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. be increased.
@param strModuleName specifies the library name. @param strModuleName specifies the library name.
......
...@@ -47,7 +47,7 @@ public: ...@@ -47,7 +47,7 @@ public:
}; };
/** Creates a new description generator with an empty description /** 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. a general description of the shape.
@param xShape @param xShape
The shape from which properties will be extracted by later calls The shape from which properties will be extracted by later calls
...@@ -59,7 +59,7 @@ public: ...@@ -59,7 +59,7 @@ public:
~DescriptionGenerator(); ~DescriptionGenerator();
/** Initialize the description with the given prefix followed by the /** 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 @param sPrefix
An introductory description of the shape that is made more An introductory description of the shape that is made more
specific by later calls to <member>addProperty</member>. specific by later calls to <member>addProperty</member>.
...@@ -67,7 +67,7 @@ public: ...@@ -67,7 +67,7 @@ public:
void Initialize (const OUString& sPrefix); void Initialize (const OUString& sPrefix);
/** Initialize the description with the specified string from the /** 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 @param pResourceId
A resource id the specifies the introductory description of the A resource id the specifies the introductory description of the
shape that is made more specific by later calls to shape that is made more specific by later calls to
......
...@@ -36,7 +36,7 @@ namespace ucbhelper { ...@@ -36,7 +36,7 @@ namespace ucbhelper {
* instance contains an AuthenticationRequest and three interaction * instance contains an AuthenticationRequest and three interaction
* continuations: "Abort", "Retry" and "SupplyAuthentication". The parameters * continuations: "Abort", "Retry" and "SupplyAuthentication". The parameters
* for the AuthenticationRequest and the InteractionSupplyAuthentication * 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: * as follows:
* *
* Read-only values : servername, realm * Read-only values : servername, realm
......
...@@ -33,7 +33,7 @@ namespace ucbhelper { ...@@ -33,7 +33,7 @@ namespace ucbhelper {
* Instances can be passed directly to XInteractionHandler::handle(...). Each * Instances can be passed directly to XInteractionHandler::handle(...). Each
* instance contains an CertificateValidationRequest and two interaction * instance contains an CertificateValidationRequest and two interaction
* continuations: "Abort" and "Approved". The parameters * 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: * as follows:
* *
* Read-write values: certificateValidity, certificate * Read-write values: certificateValidity, certificate
......
...@@ -1903,7 +1903,7 @@ private: ...@@ -1903,7 +1903,7 @@ private:
/** Convert a line in logical units to a line in physical device pixel units. /** 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. @returns Line based on physical device pixel coordinates and units.
*/ */
......
...@@ -683,7 +683,7 @@ public: ...@@ -683,7 +683,7 @@ public:
/** Remove a VCL event listener from the application. /** 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 @see AddEventListener, AddKeyListener, RemoveKeyListener
*/ */
......
...@@ -91,7 +91,7 @@ public: ...@@ -91,7 +91,7 @@ public:
}; };
SwRewriter SwRewriter
MakeUndoReplaceRewriter(sal_uLong const ocurrences, MakeUndoReplaceRewriter(sal_uLong const occurrences,
OUString const& sOld, OUString const& sNew); OUString const& sOld, OUString const& sNew);
class SwUndoReplace class SwUndoReplace
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment