[Libreoffice-commits] core.git: i18npool/source include/basegfx include/basic include/canvas include/comphelper include/connectivity include/cppuhelper include/drawinglayer

Andrea Gelmini andrea.gelmini at gelma.net
Wed Sep 30 05:36:58 PDT 2015


 i18npool/source/search/textsearch.hxx                    |    2 +-
 include/basegfx/color/bcolormodifier.hxx                 |    2 +-
 include/basegfx/polygon/b2dlinegeometry.hxx              |    2 +-
 include/basic/basicmanagerrepository.hxx                 |    2 +-
 include/canvas/canvastools.hxx                           |    2 +-
 include/comphelper/embeddedobjectcontainer.hxx           |    2 +-
 include/comphelper/extract.hxx                           |    2 +-
 include/comphelper/namedvaluecollection.hxx              |    2 +-
 include/comphelper/numberedcollection.hxx                |    2 +-
 include/connectivity/dbtools.hxx                         |    2 +-
 include/connectivity/sqlparse.hxx                        |    2 +-
 include/cppuhelper/exc_hlp.hxx                           |    2 +-
 include/cppuhelper/factory.hxx                           |    2 +-
 include/cppuhelper/interfacecontainer.h                  |    2 +-
 include/drawinglayer/primitive2d/animatedprimitive2d.hxx |    2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

New commits:
commit b3ebda451f3f48bfdaaef7b4ea06083c8966ff0e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Sep 29 17:54:23 2015 +0200

    Fix typos
    
    Change-Id: Ia8b2176a439742769e61fb6a981000f316033071
    Reviewed-on: https://gerrit.libreoffice.org/18954
    Reviewed-by: Oliver Specht <oliver.specht at cib.de>
    Tested-by: Oliver Specht <oliver.specht at cib.de>

diff --git a/i18npool/source/search/textsearch.hxx b/i18npool/source/search/textsearch.hxx
index 26837eb..12091bb 100644
--- a/i18npool/source/search/textsearch.hxx
+++ b/i18npool/source/search/textsearch.hxx
@@ -57,7 +57,7 @@ class TextSearch: public cppu::WeakImplHelper
     com::sun::star::uno::Reference<
         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
         (SAL_CALL TextSearch:: *FnSrch)( const OUString& searchStr,
                                 sal_Int32 startPos, sal_Int32 endPos );
diff --git a/include/basegfx/color/bcolormodifier.hxx b/include/basegfx/color/bcolormodifier.hxx
index 0acaea3..7cf078a 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 9c339a0..7fdbc16 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 f4da016..5c03991 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 247bf7b..19e31f3 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 842a3e7..3168d37 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 08e7a17..4731c0a 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 286084a..69a4856 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 ec4db52..d69247e 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 02b3f06..2e185ee 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 5e4efe4..6666720 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 e6d2e5f..5aa387f 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 66fa074..a8b32c9 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 a29eba0..458993c 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 4b54c01..3c8155b 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.
          */


More information about the Libreoffice-commits mailing list