Kaydet (Commit) b3ebda45 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Oliver Specht

Fix typos

Change-Id: Ia8b2176a439742769e61fb6a981000f316033071
Reviewed-on: https://gerrit.libreoffice.org/18954Reviewed-by: 's avatarOliver Specht <oliver.specht@cib.de>
Tested-by: 's avatarOliver Specht <oliver.specht@cib.de>
üst ed25a000
...@@ -57,7 +57,7 @@ class TextSearch: public cppu::WeakImplHelper ...@@ -57,7 +57,7 @@ class TextSearch: public cppu::WeakImplHelper
com::sun::star::uno::Reference< com::sun::star::uno::Reference<
com::sun::star::i18n::XExtendedTransliteration > xTranslit2; com::sun::star::i18n::XExtendedTransliteration > xTranslit2;
// define a function pointer for the different search nethods // define a function pointer for the different search methods
typedef ::com::sun::star::util::SearchResult typedef ::com::sun::star::util::SearchResult
(SAL_CALL TextSearch:: *FnSrch)( const OUString& searchStr, (SAL_CALL TextSearch:: *FnSrch)( const OUString& searchStr,
sal_Int32 startPos, sal_Int32 endPos ); sal_Int32 startPos, sal_Int32 endPos );
......
...@@ -287,7 +287,7 @@ namespace basegfx ...@@ -287,7 +287,7 @@ namespace basegfx
/** gamma correction /** gamma correction
Input is a gamma correction value in the range ]0.0 .. 10.0]; the Input is a gamma correction value in the range ]0.0 .. 10.0]; the
color values get correted using color values get corrected using
col(r,g,b) = clamp(pow(col(r,g,b), 1.0 / gamma), 0.0, 1.0) col(r,g,b) = clamp(pow(col(r,g,b), 1.0 / gamma), 0.0, 1.0)
*/ */
......
...@@ -119,7 +119,7 @@ namespace basegfx ...@@ -119,7 +119,7 @@ namespace basegfx
subdivisions will be needed to create the filled geometry. Allowed subdivisions will be needed to create the filled geometry. Allowed
range is cropped to [1.0 .. 0.01] range is cropped to [1.0 .. 0.01]
@praram fMiterMinimumAngle @param fMiterMinimumAngle
The minimum wanted angle between two edges when edge rounding The minimum wanted angle between two edges when edge rounding
is using miter. When an edge is smaller than this (tighter) is using miter. When an edge is smaller than this (tighter)
the usual fallback to bevel is used. Allowed range is cropped the usual fallback to bevel is used. Allowed range is cropped
......
...@@ -125,7 +125,7 @@ namespace basic ...@@ -125,7 +125,7 @@ namespace basic
BasicManagerCreationListener& _rListener BasicManagerCreationListener& _rListener
); );
/** reveokes a BasicManagerCreationListener instance which has previously /** revokes a BasicManagerCreationListener instance which has previously
been registered to be notified about created BasicManager instances. been registered to be notified about created BasicManager instances.
*/ */
static void revokeCreationListener( static void revokeCreationListener(
......
...@@ -443,7 +443,7 @@ namespace canvas ...@@ -443,7 +443,7 @@ namespace canvas
This class internally references a constant, static array of This class internally references a constant, static array of
sorted MapEntries, and performs a binary search to look up sorted MapEntries, and performs a binary search to look up
values for a given query string. Note that this map is static, values for a given query string. Note that this map is static,
i.e. not meant to be extented at runtime. i.e. not meant to be extended at runtime.
@tpl ValueType @tpl ValueType
The value type this map should store, associated with an ASCII The value type this map should store, associated with an ASCII
......
...@@ -176,7 +176,7 @@ public: ...@@ -176,7 +176,7 @@ public:
/** call setPersistentEntry for each embedded object in the container /** call setPersistentEntry for each embedded object in the container
* *
* \param _xStorage The storeage where to store the objects. * \param _xStorage The storage where to store the objects.
* \param _bClearModifedFlag If <TRUE/> then the modified flag will be set to <FALSE/> otherwise nothing happen. * \param _bClearModifedFlag If <TRUE/> then the modified flag will be set to <FALSE/> otherwise nothing happen.
* \return <FALSE/> if no error occurred, otherwise <TRUE/>. * \return <FALSE/> if no error occurred, otherwise <TRUE/>.
*/ */
......
...@@ -33,7 +33,7 @@ namespace cppu ...@@ -33,7 +33,7 @@ namespace cppu
*<BR> *<BR>
* @param nEnum int32 enum value * @param nEnum int32 enum value
* @param rType enum type * @param rType enum type
* @return enum or emoty any. * @return enum or empty any.
*/ */
inline ::com::sun::star::uno::Any SAL_CALL int2enum( inline ::com::sun::star::uno::Any SAL_CALL int2enum(
sal_Int32 nEnum, const ::com::sun::star::uno::Type & rType ) sal_Int32 nEnum, const ::com::sun::star::uno::Type & rType )
......
...@@ -157,7 +157,7 @@ namespace comphelper ...@@ -157,7 +157,7 @@ namespace comphelper
} }
/** retrieves a value with a given name, or defaults it to a given value, if its not present /** retrieves a value with a given name, or defaults it to a given value, if its not present
in the colllection in the collection
*/ */
template < typename VALUE_TYPE > template < typename VALUE_TYPE >
VALUE_TYPE getOrDefault( const sal_Char* _pAsciiValueName, const VALUE_TYPE& _rDefault ) const VALUE_TYPE getOrDefault( const sal_Char* _pAsciiValueName, const VALUE_TYPE& _rDefault ) const
......
...@@ -136,7 +136,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex ...@@ -136,7 +136,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex
/** @short trys to find an unique number not already used within this collection. /** @short trys to find an unique number not already used within this collection.
@descr It reuses the smalles number which isn't used by any component @descr It reuses the smallest number which isn't used by any component
of this collection. (fragmentation!) If collection is full (means there of this collection. (fragmentation!) If collection is full (means there
is no free number) the special value INVALID_NUMBER will be returned. is no free number) the special value INVALID_NUMBER will be returned.
......
...@@ -314,7 +314,7 @@ namespace dbtools ...@@ -314,7 +314,7 @@ namespace dbtools
*/ */
OOO_DLLPUBLIC_DBTOOLS ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDataSource> findDataSource(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xParent); OOO_DLLPUBLIC_DBTOOLS ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDataSource> findDataSource(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xParent);
/** determines the value of a booolean data source setting, given by ASCII name /** determines the value of a boolean data source setting, given by ASCII name
@param _rxConnection @param _rxConnection
the connection belonging to the data source whose setting is to be retrieved the connection belonging to the data source whose setting is to be retrieved
......
...@@ -88,7 +88,7 @@ namespace connectivity ...@@ -88,7 +88,7 @@ namespace connectivity
}; };
// OSQLParseNodesContainer // OSQLParseNodesContainer
// grabage collection of nodes // garbage collection of nodes
class OSQLParseNodesContainer class OSQLParseNodesContainer
{ {
......
...@@ -27,7 +27,7 @@ namespace cppu ...@@ -27,7 +27,7 @@ namespace cppu
{ {
/** This function throws the exception given by rExc. The given value has to /** This function throws the exception given by rExc. The given value has to
be of typeclass EXCEPTION and must be dervived from or of be of typeclass EXCEPTION and must be derived from or of
type com.sun.star.uno.Exception. type com.sun.star.uno.Exception.
@param rExc @param rExc
......
...@@ -157,7 +157,7 @@ createOneInstanceComponentFactory( ...@@ -157,7 +157,7 @@ createOneInstanceComponentFactory(
::com::sun::star::uno::Sequence< ::rtl::OUString > const & rServiceNames, ::com::sun::star::uno::Sequence< ::rtl::OUString > const & rServiceNames,
rtl_ModuleCount * pModCount = 0 ); rtl_ModuleCount * pModCount = 0 );
/** Deprecated. The type of the instanciate function used as argument of the create*Fcatory functions. /** Deprecated. The type of the instanciate function used as argument of the create*Factory functions.
@see createSingleFactory @see createSingleFactory
@see createOneInstanceFactory @see createOneInstanceFactory
......
...@@ -252,7 +252,7 @@ friend class OInterfaceIteratorHelper; ...@@ -252,7 +252,7 @@ friend class OInterfaceIteratorHelper;
SAL_DELETED_FUNCTION; SAL_DELETED_FUNCTION;
/* /*
Dulicate content of the conaitner and release the old one without destroying. Duplicate content of the conaitner and release the old one without destroying.
The mutex must be locked and the memberbInUse must be true. The mutex must be locked and the memberbInUse must be true.
*/ */
void copyAndResetInUse(); void copyAndResetInUse();
......
...@@ -137,7 +137,7 @@ namespace drawinglayer ...@@ -137,7 +137,7 @@ namespace drawinglayer
/** AnimatedInterpolatePrimitive2D class /** AnimatedInterpolatePrimitive2D class
Specialized on multi-step animations based on matrix transformations. The Specialized on multi-step animations based on matrix transformations. The
Child sequelce will be embedded in a matrix transformation. That transformation Child sequence will be embedded in a matrix transformation. That transformation
will be linearly combined from the decomposed values and the animation value will be linearly combined from the decomposed values and the animation value
to allow a smooth animation. to allow a smooth animation.
*/ */
......
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