summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:54:23 +0200
committerOliver Specht <oliver.specht@cib.de>2015-09-30 12:36:37 +0000
commitb3ebda451f3f48bfdaaef7b4ea06083c8966ff0e (patch)
tree1149f1f99dfabbb01f1c2f622ed1e6a557d599ae /include
parented25a000ab67324075e68d9a7f3ca657b4e6a573 (diff)
Fix typos
Change-Id: Ia8b2176a439742769e61fb6a981000f316033071 Reviewed-on: https://gerrit.libreoffice.org/18954 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'include')
-rw-r--r--include/basegfx/color/bcolormodifier.hxx2
-rw-r--r--include/basegfx/polygon/b2dlinegeometry.hxx2
-rw-r--r--include/basic/basicmanagerrepository.hxx2
-rw-r--r--include/canvas/canvastools.hxx2
-rw-r--r--include/comphelper/embeddedobjectcontainer.hxx2
-rw-r--r--include/comphelper/extract.hxx2
-rw-r--r--include/comphelper/namedvaluecollection.hxx2
-rw-r--r--include/comphelper/numberedcollection.hxx2
-rw-r--r--include/connectivity/dbtools.hxx2
-rw-r--r--include/connectivity/sqlparse.hxx2
-rw-r--r--include/cppuhelper/exc_hlp.hxx2
-rw-r--r--include/cppuhelper/factory.hxx2
-rw-r--r--include/cppuhelper/interfacecontainer.h2
-rw-r--r--include/drawinglayer/primitive2d/animatedprimitive2d.hxx2
14 files changed, 14 insertions, 14 deletions
diff --git a/include/basegfx/color/bcolormodifier.hxx b/include/basegfx/color/bcolormodifier.hxx
index 0acaea3a2d3a..7cf078ae562d 100644
--- a/include/basegfx/color/bcolormodifier.hxx
+++ b/include/basegfx/color/bcolormodifier.hxx
@@ -287,7 +287,7 @@ namespace basegfx
/** gamma correction
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)
*/
diff --git a/include/basegfx/polygon/b2dlinegeometry.hxx b/include/basegfx/polygon/b2dlinegeometry.hxx
index 9c339a0f49ff..7fdbc162c877 100644
--- a/include/basegfx/polygon/b2dlinegeometry.hxx
+++ b/include/basegfx/polygon/b2dlinegeometry.hxx
@@ -119,7 +119,7 @@ namespace basegfx
subdivisions will be needed to create the filled geometry. Allowed
range is cropped to [1.0 .. 0.01]
- @praram fMiterMinimumAngle
+ @param fMiterMinimumAngle
The minimum wanted angle between two edges when edge rounding
is using miter. When an edge is smaller than this (tighter)
the usual fallback to bevel is used. Allowed range is cropped
diff --git a/include/basic/basicmanagerrepository.hxx b/include/basic/basicmanagerrepository.hxx
index f4da0163eeb1..5c03991f09fb 100644
--- a/include/basic/basicmanagerrepository.hxx
+++ b/include/basic/basicmanagerrepository.hxx
@@ -125,7 +125,7 @@ namespace basic
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.
*/
static void revokeCreationListener(
diff --git a/include/canvas/canvastools.hxx b/include/canvas/canvastools.hxx
index 247bf7b99546..19e31f3e647e 100644
--- a/include/canvas/canvastools.hxx
+++ b/include/canvas/canvastools.hxx
@@ -443,7 +443,7 @@ namespace canvas
This class internally references a constant, static array of
sorted MapEntries, and performs a binary search to look up
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
The value type this map should store, associated with an ASCII
diff --git a/include/comphelper/embeddedobjectcontainer.hxx b/include/comphelper/embeddedobjectcontainer.hxx
index 842a3e7f804c..3168d37610b8 100644
--- a/include/comphelper/embeddedobjectcontainer.hxx
+++ b/include/comphelper/embeddedobjectcontainer.hxx
@@ -176,7 +176,7 @@ public:
/** 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.
* \return <FALSE/> if no error occurred, otherwise <TRUE/>.
*/
diff --git a/include/comphelper/extract.hxx b/include/comphelper/extract.hxx
index 08e7a17cc1c6..4731c0a8a41d 100644
--- a/include/comphelper/extract.hxx
+++ b/include/comphelper/extract.hxx
@@ -33,7 +33,7 @@ namespace cppu
*<BR>
* @param nEnum int32 enum value
* @param rType enum type
- * @return enum or emoty any.
+ * @return enum or empty any.
*/
inline ::com::sun::star::uno::Any SAL_CALL int2enum(
sal_Int32 nEnum, const ::com::sun::star::uno::Type & rType )
diff --git a/include/comphelper/namedvaluecollection.hxx b/include/comphelper/namedvaluecollection.hxx
index 286084a16378..69a4856cbb81 100644
--- a/include/comphelper/namedvaluecollection.hxx
+++ b/include/comphelper/namedvaluecollection.hxx
@@ -157,7 +157,7 @@ namespace comphelper
}
/** 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 >
VALUE_TYPE getOrDefault( const sal_Char* _pAsciiValueName, const VALUE_TYPE& _rDefault ) const
diff --git a/include/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx
index ec4db52ff556..d69247e60da3 100644
--- a/include/comphelper/numberedcollection.hxx
+++ b/include/comphelper/numberedcollection.hxx
@@ -136,7 +136,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex
/** @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
is no free number) the special value INVALID_NUMBER will be returned.
diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx
index 02b3f0660290..2e185ee51356 100644
--- a/include/connectivity/dbtools.hxx
+++ b/include/connectivity/dbtools.hxx
@@ -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);
- /** 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
the connection belonging to the data source whose setting is to be retrieved
diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx
index 5e4efe41588f..6666720f186d 100644
--- a/include/connectivity/sqlparse.hxx
+++ b/include/connectivity/sqlparse.hxx
@@ -88,7 +88,7 @@ namespace connectivity
};
// OSQLParseNodesContainer
- // grabage collection of nodes
+ // garbage collection of nodes
class OSQLParseNodesContainer
{
diff --git a/include/cppuhelper/exc_hlp.hxx b/include/cppuhelper/exc_hlp.hxx
index e6d2e5f4b3f8..5aa387f7510b 100644
--- a/include/cppuhelper/exc_hlp.hxx
+++ b/include/cppuhelper/exc_hlp.hxx
@@ -27,7 +27,7 @@ namespace cppu
{
/** 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.
@param rExc
diff --git a/include/cppuhelper/factory.hxx b/include/cppuhelper/factory.hxx
index 66fa0744f674..a8b32c961885 100644
--- a/include/cppuhelper/factory.hxx
+++ b/include/cppuhelper/factory.hxx
@@ -157,7 +157,7 @@ createOneInstanceComponentFactory(
::com::sun::star::uno::Sequence< ::rtl::OUString > const & rServiceNames,
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 createOneInstanceFactory
diff --git a/include/cppuhelper/interfacecontainer.h b/include/cppuhelper/interfacecontainer.h
index a29eba04e752..458993ca844d 100644
--- a/include/cppuhelper/interfacecontainer.h
+++ b/include/cppuhelper/interfacecontainer.h
@@ -252,7 +252,7 @@ friend class OInterfaceIteratorHelper;
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.
*/
void copyAndResetInUse();
diff --git a/include/drawinglayer/primitive2d/animatedprimitive2d.hxx b/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
index 4b54c01eee79..3c8155b9f391 100644
--- a/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/animatedprimitive2d.hxx
@@ -137,7 +137,7 @@ namespace drawinglayer
/** AnimatedInterpolatePrimitive2D class
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
to allow a smooth animation.
*/