[Libreoffice-commits] core.git: hwpfilter/source i18nlangtag/source i18npool/inc i18npool/source idlc/test idl/source include/basegfx include/basic include/comphelper include/drawinglayer include/editeng include/formula include/framework include/jvmfwk include/osl include/registry include/rtl include/sfx2 include/svl include/svtools include/svx include/toolkit include/tools include/typelib include/ucbhelper include/vcl include/xmloff

Andrea Gelmini andrea.gelmini at gelma.net
Fri Jul 3 02:32:59 PDT 2015


 hwpfilter/source/hbox.h                                  |    2 +-
 hwpfilter/source/hwpeq.cxx                               |    2 +-
 i18nlangtag/source/languagetag/languagetag.cxx           |    2 +-
 i18npool/inc/servicename.hxx                             |    2 +-
 i18npool/source/breakiterator/breakiteratorImpl.cxx      |    2 +-
 i18npool/source/localedata/LocaleNode.cxx                |    2 +-
 i18npool/source/transliteration/transliteration_body.cxx |    2 +-
 idl/source/objects/object.cxx                            |    2 +-
 idlc/test/typelookup.idl                                 |    8 ++++----
 include/basegfx/polygon/b2dlinegeometry.hxx              |    2 +-
 include/basegfx/polygon/b2dpolygontools.hxx              |    2 +-
 include/basic/sberrors.hxx                               |    2 +-
 include/comphelper/numberedcollection.hxx                |    4 ++--
 include/comphelper/propagg.hxx                           |    2 +-
 include/drawinglayer/primitive2d/cropprimitive2d.hxx     |    2 +-
 include/editeng/hangulhanja.hxx                          |    2 +-
 include/formula/vectortoken.hxx                          |    2 +-
 include/framework/titlehelper.hxx                        |    2 +-
 include/jvmfwk/framework.h                               |    2 +-
 include/osl/process.h                                    |    2 +-
 include/osl/security.h                                   |    2 +-
 include/osl/security_decl.hxx                            |    2 +-
 include/registry/writer.hxx                              |    2 +-
 include/rtl/byteseq.h                                    |    2 +-
 include/sfx2/shell.hxx                                   |    2 +-
 include/sfx2/sidebar/SidebarChildWindow.hxx              |    2 +-
 include/sfx2/tabdlg.hxx                                  |    2 +-
 include/svl/PasswordHelper.hxx                           |    2 +-
 include/svl/filerec.hxx                                  |    6 +++---
 include/svl/undo.hxx                                     |    2 +-
 include/svtools/acceleratorexecute.hxx                   |    2 +-
 include/svtools/headbar.hxx                              |    2 +-
 include/svtools/svparser.hxx                             |    2 +-
 include/svtools/table/tablemodel.hxx                     |    2 +-
 include/svtools/toolpanel/decklayouter.hxx               |    2 +-
 include/svtools/wizardmachine.hxx                        |    2 +-
 include/svx/SpellDialogChildWindow.hxx                   |    2 +-
 include/svx/sdtfsitm.hxx                                 |    2 +-
 include/svx/svdmodel.hxx                                 |    2 +-
 include/svx/svdoashp.hxx                                 |    2 +-
 include/svx/svdotext.hxx                                 |    2 +-
 include/svx/svdouno.hxx                                  |    2 +-
 include/svx/svdsnpv.hxx                                  |    2 +-
 include/svx/svxids.hrc                                   |    2 +-
 include/toolkit/awt/animatedimagespeer.hxx               |    2 +-
 include/tools/weakbase.h                                 |    2 +-
 include/typelib/typedescription.h                        |    2 +-
 include/ucbhelper/resultsetmetadata.hxx                  |    2 +-
 include/vcl/bitmap.hxx                                   |    2 +-
 include/vcl/gdimetafiletools.hxx                         |    2 +-
 include/vcl/pdfwriter.hxx                                |    2 +-
 include/vcl/svapp.hxx                                    |    2 +-
 include/vcl/texteng.hxx                                  |    2 +-
 include/vcl/toolbox.hxx                                  |    2 +-
 include/xmloff/shapeexport.hxx                           |    2 +-
 55 files changed, 61 insertions(+), 61 deletions(-)

New commits:
commit 420923ba76ad84892fd242ed37be9d85e1ea03fe
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Thu Jul 2 18:23:08 2015 +0200

    Fix typos
    
    Change-Id: Ie2bbe020fc6e3a4a4f913208c245f395849bb9ee
    Reviewed-on: https://gerrit.libreoffice.org/16708
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index c1e5f18..7499bd2 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -807,7 +807,7 @@ struct NewNum: public HBox
     virtual bool Read(HWPFile &hwpf) SAL_OVERRIDE;
 };
 
-// page numger(20)
+// page number(20)
 /**
  * @short Input page index in footer or header
  */
diff --git a/hwpfilter/source/hwpeq.cxx b/hwpfilter/source/hwpeq.cxx
index 7ea8815..a897abe 100644
--- a/hwpfilter/source/hwpeq.cxx
+++ b/hwpfilter/source/hwpeq.cxx
@@ -54,7 +54,7 @@ using namespace std;
 #define STRICMP strcasecmp
 #endif
 
-// sub and sup scipt script status
+// sub and sup script status
 enum { SCRIPT_NONE, SCRIPT_SUB, SCRIPT_SUP, SCRIPT_ALL};
 
 static int  eq_word(MzString& outs, istream *strm, int script = SCRIPT_NONE);
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index 34a7f71..15cf405 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -711,7 +711,7 @@ void LanguageTag::setConfiguredSystemLanguage( LanguageType nLang )
     }
     SAL_INFO( "i18nlangtag", "LanguageTag::setConfiguredSystemLanguage: setting to 0x" << ::std::hex << nLang);
     MsLangId::LanguageTagAccess::setConfiguredSystemLanguage( nLang);
-    // Resest system locale to none and let registerImpl() do the rest to
+    // Reset system locale to none and let registerImpl() do the rest to
     // initialize a new one.
     theSystemLocale::get().reset();
     LanguageTag aLanguageTag( LANGUAGE_SYSTEM);
diff --git a/i18npool/inc/servicename.hxx b/i18npool/inc/servicename.hxx
index 1daa886..99f31d7 100644
--- a/i18npool/inc/servicename.hxx
+++ b/i18npool/inc/servicename.hxx
@@ -29,7 +29,7 @@ Service Name
 
 
 Implementation Name
-  For geneic service: com.sun.star.i18n.Transliteration,
+  For generic service: com.sun.star.i18n.Transliteration,
          com.sun.star.i18n.Transliteration
 
   com.sun.star.i18n.Transliteration.u2l
diff --git a/i18npool/source/breakiterator/breakiteratorImpl.cxx b/i18npool/source/breakiterator/breakiteratorImpl.cxx
index 088e6b5..e07c2ba 100644
--- a/i18npool/source/breakiterator/breakiteratorImpl.cxx
+++ b/i18npool/source/breakiterator/breakiteratorImpl.cxx
@@ -574,7 +574,7 @@ BreakIteratorImpl::getLocaleSpecificBreakIterator(const Locale& rLocale) throw (
         OUStringBuffer aBuf(l+c+v+3);
 
         if ((l > 0 && c > 0 && v > 0 &&
-                    // load service with name <base>_<lang>_<country>_<varian>
+                    // load service with name <base>_<lang>_<country>_<variant>
                     createLocaleSpecificBreakIterator(aBuf.append(rLocale.Language).append(under).append(
                             rLocale.Country).append(under).append(rLocale.Variant).makeStringAndClear())) ||
                 (l > 0 && c > 0 &&
diff --git a/i18npool/source/localedata/LocaleNode.cxx b/i18npool/source/localedata/LocaleNode.cxx
index bb8ea71..4a41aa5 100644
--- a/i18npool/source/localedata/LocaleNode.cxx
+++ b/i18npool/source/localedata/LocaleNode.cxx
@@ -498,7 +498,7 @@ void LCCTYPENode::generateCode (const OFileWriter &of) const
      * need to adapt quite some locales' data. */
     if (aQuoteStart == aDoubleQuoteStart)
         fprintf( stderr, "Warning: %s\n",
-                "QuotationStart equals DoubleQuotationStart. Not necessarily an isue, but unusual.");
+                "QuotationStart equals DoubleQuotationStart. Not necessarily an issue, but unusual.");
     if (aQuoteEnd == aDoubleQuoteEnd)
         fprintf( stderr, "Warning: %s\n",
                 "QuotationEnd equals DoubleQuotationEnd. Not necessarily an issue, but unusual.");
diff --git a/i18npool/source/transliteration/transliteration_body.cxx b/i18npool/source/transliteration/transliteration_body.cxx
index 4023864..c9c41ef 100644
--- a/i18npool/source/transliteration/transliteration_body.cxx
+++ b/i18npool/source/transliteration/transliteration_body.cxx
@@ -82,7 +82,7 @@ static sal_uInt8 lcl_getMappingTypeForToggleCase( sal_uInt8 nMappingType, sal_Un
             nRes = MappingTypeLowerToUpper;
         else
         {
-            // should also work properly for non-upper characters like white spacs, numbers, ...
+            // should also work properly for non-upper characters like white spaces, numbers, ...
             nRes = MappingTypeUpperToLower;
         }
     }
diff --git a/idl/source/objects/object.cxx b/idl/source/objects/object.cxx
index 4f09643..635f901 100644
--- a/idl/source/objects/object.cxx
+++ b/idl/source/objects/object.cxx
@@ -403,7 +403,7 @@ void SvMetaClass::WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm )
         Back2Delemitter( rOutStm );
     else
     {
-        // at leaast one dummy
+        // at least one dummy
         WriteTab( rOutStm, 1 );
         rOutStm.WriteCharPtr("{ (const SfxType*) &aSfxVoidItem_Impl, 0, 0 }" ) << endl;
     }
diff --git a/idlc/test/typelookup.idl b/idlc/test/typelookup.idl
index 081bddc..6564cda 100644
--- a/idlc/test/typelookup.idl
+++ b/idlc/test/typelookup.idl
@@ -48,15 +48,15 @@ struct BaseStruct
     byte    m3;
     /// a type member
     type    m4;
-    /// a enum member, Error in moudle idlc::test
+    /// a enum member, Error in module idlc::test
     Error   m5;
     /// a typedef member, global Error (typedef short)
     ::Error m6;
-    /// a typedef member, Error in moudle idlc (typedef long)
+    /// a typedef member, Error in module idlc (typedef long)
     ::idlc::Error   m7;
-    /// a typedef member, Error in moudle idlc (typedef long)
+    /// a typedef member, Error in module idlc (typedef long)
     idlc::Error m8;
-    /// a enum member, Error in moudle idlc::test
+    /// a enum member, Error in module idlc::test
     test::Error m9;
 };
 
diff --git a/include/basegfx/polygon/b2dlinegeometry.hxx b/include/basegfx/polygon/b2dlinegeometry.hxx
index 534adbe..9c339a0 100644
--- a/include/basegfx/polygon/b2dlinegeometry.hxx
+++ b/include/basegfx/polygon/b2dlinegeometry.hxx
@@ -90,7 +90,7 @@ namespace basegfx
 
             It will check edges for trivial bezier to avoid unnecessary
             bezier polygons. Care is taken to produce the in-between
-            polygon points (the ones original on the source poygon) since
+            polygon points (the ones original on the source polygon) since
             it has showed that without those, the raster converters leave
             non-filled gaps.
 
diff --git a/include/basegfx/polygon/b2dpolygontools.hxx b/include/basegfx/polygon/b2dpolygontools.hxx
index 02cc43d..b2d4457 100644
--- a/include/basegfx/polygon/b2dpolygontools.hxx
+++ b/include/basegfx/polygon/b2dpolygontools.hxx
@@ -188,7 +188,7 @@ namespace basegfx
             polygon will be emptied as preparation.
 
             @param fFullDashDotLen
-            The sumed-up length of the rDotDashArray. If zero, it will
+            The summed-up length of the rDotDashArray. If zero, it will
             be calculated internally.
         */
         BASEGFX_DLLPUBLIC void applyLineDashing(
diff --git a/include/basic/sberrors.hxx b/include/basic/sberrors.hxx
index cee7f75..2aaf48f 100644
--- a/include/basic/sberrors.hxx
+++ b/include/basic/sberrors.hxx
@@ -45,7 +45,7 @@ typedef sal_uIntPtr SbError;
 #define ERRCODE_BASIC_PROP_WRITEONLY        ERRCODE_SBX_PROP_WRITEONLY          // Property is write only
 #define ERRCODE_BASIC_INVALID_OBJECT        ERRCODE_SBX_INVALID_OBJECT          // Invalid object reference
 #define ERRCODE_BASIC_NO_METHOD             ERRCODE_SBX_NO_METHOD               // Property or method not found
-#define ERRCODE_BASIC_INVALID_USAGE_OBJECT  ERRCODE_SBX_INVALID_USAGE_OBJECT    // Invalid usee of object
+#define ERRCODE_BASIC_INVALID_USAGE_OBJECT  ERRCODE_SBX_INVALID_USAGE_OBJECT    // Invalid use of object
 #define ERRCODE_BASIC_NO_OLE                ERRCODE_SBX_NO_OLE                  // Class does not support OLE
 #define ERRCODE_BASIC_BAD_METHOD            ERRCODE_SBX_BAD_METHOD              // Object doesn't support method
 #define ERRCODE_BASIC_OLE_ERROR             ERRCODE_SBX_OLE_ERROR               // OLE Automation error
diff --git a/include/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx
index c231863..2e50d3b 100644
--- a/include/comphelper/numberedcollection.hxx
+++ b/include/comphelper/numberedcollection.hxx
@@ -39,9 +39,9 @@ namespace comphelper{
 
 /** @short  defines a collection of UNO components, where every component will get its own unique number.
 
-    @descr  Such number will be unique at runtime only ... but it supports fragmentation.
+    @descr  Such number will be unique at runtime only... but it supports fragmentation.
             Note: This collection uses weak references only to know her components.
-            So lifetime of thise components must be controlled outside.
+            So lifetime of these components must be controlled outside.
 
     @threadsafe
  */
diff --git a/include/comphelper/propagg.hxx b/include/comphelper/propagg.hxx
index 6d5c815..d019f83 100644
--- a/include/comphelper/propagg.hxx
+++ b/include/comphelper/propagg.hxx
@@ -170,7 +170,7 @@ public:
 
         For instance, some derivee of OPropertySetAggregationHelper may decide to create an
         OPropertyArrayAggregationHelper which contains only a subset of the aggregate properties. This way,
-        some of the aggregate properties may be hidded to the public.<br/>
+        some of the aggregate properties may be hidden to the public.<br/>
 
         When using the XPropertySetInfo of the aggregate set to determine the existence of a property, then this
         would return false positives.</p>
diff --git a/include/drawinglayer/primitive2d/cropprimitive2d.hxx b/include/drawinglayer/primitive2d/cropprimitive2d.hxx
index 01c6349..d96d75e 100644
--- a/include/drawinglayer/primitive2d/cropprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/cropprimitive2d.hxx
@@ -47,7 +47,7 @@ namespace drawinglayer
             created from unit polygon and maTransformation).
 
             At least in this primitive the units of the crop values are
-            already in the local coordinate system; inthe core these distances
+            already in the local coordinate system; in the core these distances
             are defined relative to the object content size (PrefMapMode
             and PrefSize of the content)...
 
diff --git a/include/editeng/hangulhanja.hxx b/include/editeng/hangulhanja.hxx
index 5f9f16f..76a03a3 100644
--- a/include/editeng/hangulhanja.hxx
+++ b/include/editeng/hangulhanja.hxx
@@ -197,7 +197,7 @@ namespace editeng
             in your document, than you have to remember the document position immediately <em>behind</em>
             the changed text. In a next call to ReplaceUnit, an index of <em>0</em> will denote exactly
             this position behind the previous replacement<br/>
-            The reaons for this is that this class here does not know anything about your document structure,
+            The reason is that this class here does not know anything about your document structure,
             so after a replacement took place, it's impossible to address anything in the range from the
             beginning of the portion up to the replaced text.<br/>
             In the very first call to ReplaceUnit, an index of <em>0</em> denotes the very first position of
diff --git a/include/formula/vectortoken.hxx b/include/formula/vectortoken.hxx
index b1853ea..c8babc5 100644
--- a/include/formula/vectortoken.hxx
+++ b/include/formula/vectortoken.hxx
@@ -81,7 +81,7 @@ class FORMULA_DLLPUBLIC DoubleVectorRefToken : public FormulaToken
     size_t mnArrayLength; /// length of all arrays which does not include trailing empty region.
     size_t mnRefRowSize; /// original reference row size. The row size may
                          /// change as it goes down the array if either the
-                         /// stard or end position is fixed.
+                         /// start or end position is fixed.
 
     bool mbStartFixed:1; /// whether or not the start row position is absolute.
     bool mbEndFixed:1; /// whether or not the end row position is absolute.
diff --git a/include/framework/titlehelper.hxx b/include/framework/titlehelper.hxx
index a1653d7..4411163 100644
--- a/include/framework/titlehelper.hxx
+++ b/include/framework/titlehelper.hxx
@@ -86,7 +86,7 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex
         void setOwner (const css::uno::Reference< css::uno::XInterface >& xOwner);
 
 
-        /** set an outside component which provides the righht string and number for
+        /** set an outside component which provides the right string and number for
             an untitled component.
 
             It's holded weak only so we do not need any complex dispose sessions.
diff --git a/include/jvmfwk/framework.h b/include/jvmfwk/framework.h
index 2908eb5..16c8d0c 100644
--- a/include/jvmfwk/framework.h
+++ b/include/jvmfwk/framework.h
@@ -46,7 +46,7 @@ extern "C" {
     about these JREs as well as starting the VMs.</dd>
     <dt>UNO_JAVA_JFW_USER_DATA</dt>
     <dd>The file contains settings for a particular user. One can use the macro
-    $SYSUSERCONFIG in the URL which expands to a directory whery the user's data are
+    $SYSUSERCONFIG in the URL which expands to a directory where the user's data are
     kept. On UNIX this would be the home directory and on Windows some sub-directory
     of the "Documents and Settings" folder.The content of this file is an
     implementation detail and may change in the future.</dd>
diff --git a/include/osl/process.h b/include/osl/process.h
index 068ef0c..ca30046 100644
--- a/include/osl/process.h
+++ b/include/osl/process.h
@@ -321,7 +321,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_joinProcessWithTimeout(
                         osl_Process_EXITCODE
                         osl_Process_CPUTIMES
                         osl_Process_HEAPUSAGE
-    @param[out] pInfo   a pointer to a vaid oslProcessInfo structure.
+    @param[out] pInfo   a pointer to a valid oslProcessInfo structure.
                         the Size field has to be initialized with the size
                         of the oslProcessInfo structure.
                         on success the Field member holds the (or'ed)
diff --git a/include/osl/security.h b/include/osl/security.h
index a8c3779..ca1da8c 100644
--- a/include/osl/security.h
+++ b/include/osl/security.h
@@ -71,7 +71,7 @@ SAL_DLLPUBLIC oslSecurityError SAL_CALL osl_loginUser(
 
 /** Create a security handle for the denoted user.
     Try to log in the user on the denoted file server. On success the homedir will be
-    the maped drive on this server.
+    the mapped drive on this server.
     @param[in] strUserName denotes the name of the user to logg in.
     @param[in] strPasswd the password for this user.
     @param[in] strFileServer denotes the file server on which the user is logged in.
diff --git a/include/osl/security_decl.hxx b/include/osl/security_decl.hxx
index 4e0ff26..6eb0a01 100644
--- a/include/osl/security_decl.hxx
+++ b/include/osl/security_decl.hxx
@@ -92,7 +92,7 @@ public:
     */
     inline bool SAL_CALL getConfigDir( rtl::OUString & strDirectory) const;
 
-    /** Query if the user who is logged inhas administrator rights.
+    /** Query if the user who is logged in has administrator rights.
         @return True, if the user has administrator rights, otherwise false.
     */
     inline bool SAL_CALL isAdministrator() const;
diff --git a/include/registry/writer.hxx b/include/registry/writer.hxx
index 023aa1e..d1d04dd 100644
--- a/include/registry/writer.hxx
+++ b/include/registry/writer.hxx
@@ -267,7 +267,7 @@ public:
        called on this type writer
 
        @exception std::bad_alloc is raised if an out-of-memory condition occurs
-       (in which case <code>siez</code> is not modified
+       (in which case <code>size</code> is not modified
      */
     void const * getBlob(sal_uInt32 * size) {
         void const * p = typereg_writer_getBlob(m_handle, size);
diff --git a/include/rtl/byteseq.h b/include/rtl/byteseq.h
index 47712bb..27011c2 100644
--- a/include/rtl/byteseq.h
+++ b/include/rtl/byteseq.h
@@ -270,7 +270,7 @@ public:
                               The implementation does NOT check for array bounds!
 
         @param nIndex index
-        @return const C++ reference to byte at element of indenx nIndex
+        @return const C++ reference to byte at element of index nIndex
     */
     inline const sal_Int8 & SAL_CALL operator [] ( sal_Int32 nIndex ) const
         { return getConstArray()[ nIndex ]; }
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx
index aae874a..5713452 100644
--- a/include/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
@@ -292,7 +292,7 @@ public:
     inline void                 SetPool( SfxItemPool *pNewPool ) ;
 
     /**
-        Each Subclass of SfxShell can hava a <SfxUndoManager>. This can be set in
+        Each Subclass of SfxShell can have a <SfxUndoManager>. This can be set in
         the derived class with <SfxShell:SetUndoManager()>.
 
         The class SfxShell itself does not have a SfxUndoManager, a NULL-pointer
diff --git a/include/sfx2/sidebar/SidebarChildWindow.hxx b/include/sfx2/sidebar/SidebarChildWindow.hxx
index d55d01d..b703ced 100644
--- a/include/sfx2/sidebar/SidebarChildWindow.hxx
+++ b/include/sfx2/sidebar/SidebarChildWindow.hxx
@@ -24,7 +24,7 @@
 
 namespace sfx2 { namespace sidebar {
 
-/** Outer container of the sidbar window.
+/** Outer container of the sidebar window.
 
     Has to be registered for every application via the
     RegisterChildWindow() method from the RegisterControllers() method
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index a8f5526..84e1a07 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -111,7 +111,7 @@ protected:
     SfxItemSet*     GetInputSetImpl();
     SfxTabPage*     GetTabPage( sal_uInt16 nPageId ) const;
 
-    /** prepare to leace the current page. Calls the DeactivatePage method of the current page, (if necessary),
+    /** prepare to leave the current page. Calls the DeactivatePage method of the current page, (if necessary),
         handles the item sets to copy.
         @return sal_True if it is allowed to leave the current page, sal_False otherwise
     */
diff --git a/include/svl/PasswordHelper.hxx b/include/svl/PasswordHelper.hxx
index d6d0279..06cf311d 100644
--- a/include/svl/PasswordHelper.hxx
+++ b/include/svl/PasswordHelper.hxx
@@ -35,7 +35,7 @@ public:
     SVL_DLLPUBLIC static void     GetHashPassword(com::sun::star::uno::Sequence<sal_Int8>& rPassHash, const OUString& sPass);
     /**
     Use this method to compare a given string with another given Hash value.
-    This is necessary, because in older versions exists different hashs of the same string. They were endian dependent.
+    This is necessary, because in older versions exists different hashes of the same string. They were endian dependent.
     We need this to handle old files. This method will compare against big and little endian. See #101326#
     */
     SVL_DLLPUBLIC static bool     CompareHashPassword(const com::sun::star::uno::Sequence<sal_Int8>& rOldPassHash, const OUString& sNewPass);
diff --git a/include/svl/filerec.hxx b/include/svl/filerec.hxx
index 9dfc586..f66634d 100644
--- a/include/svl/filerec.hxx
+++ b/include/svl/filerec.hxx
@@ -137,7 +137,7 @@ private:
  *  is predetermined. So the record type serves mainly for checks
  *  and for file viewers that do not know the exact file format.
  *
- *  For that purpse 'SfxMiniRecordReader' provides a static method
+ *  For that purpose 'SfxMiniRecordReader' provides a static method
  *  'ScanRecordType()', with which it is possible to find out what
  *  Record type can be found in the stream that was passed.
  *
@@ -152,7 +152,7 @@ private:
  *  If the record starts with 0x44 it could be a Drawing-Engine-Record.
  *  This is the case if the following 3 bytes spell 'RMD' or 'RVW'
  *  (which together with  'D'==0x44 form an abbreviation for 'DRaw-MoDel'
- *  or 'DRaw-VieW'). Records of this type cannot be readby the classes
+ *  or 'DRaw-VieW'). Records of this type cannot be read by the classes
  *  represented here, nor interpreted in any way. Only the
  *  'ScanRecordType()' method can recognise it - but further processing
  *  is impossible.
@@ -167,7 +167,7 @@ private:
  *                           3 sal_uInt8         OffsetToEndOfRec
  *       OffsetToEndOfRec*   1 sal_uInt8         Content
  *
- *  For Extended-Reords the 4 byte header is followed by an extended header,
+ *  For Extended-Records the 4 byte header is followed by an extended header,
  *  which contains first the record type, than a version number
  *  and a tag, which indicates the kind of content.
  *
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index d9b1227..19f1901 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -410,7 +410,7 @@ class SVL_DLLPUBLIC SfxLinkUndoAction : public SfxUndoAction
 /*  [Explanation]
 
     SfxLinkUndoAction is used to link two SfxUndoManager. The Undo/Redos inserted
-    in the first SfxUndoManager redict their Undo/Redo to the second. With this it
+    in the first SfxUndoManager redirect their Undo/Redo to the second. With this it
     does not matter, if the undo/redo initially was on the first or the second.
 
     After inserting SfxLinkUndoAction on the first SfxUndoManager, you have to
diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx
index 6e9c223..20e1b36 100644
--- a/include/svtools/acceleratorexecute.hxx
+++ b/include/svtools/acceleratorexecute.hxx
@@ -59,7 +59,7 @@ struct TMutexInit
 
     @attention
 
-            Because exceution of an accelerator command can be dangerous
+            Because execution of an accelerator command can be dangerous
             (in case it force an office shutdown for key "ALT+F4"!)
             all internal dispatches are done asynchronous.
             Menas that the trigger call doesn't wait till the dispatch
diff --git a/include/svtools/headbar.hxx b/include/svtools/headbar.hxx
index 77d9bed..cbf057b 100644
--- a/include/svtools/headbar.hxx
+++ b/include/svtools/headbar.hxx
@@ -157,7 +157,7 @@ Tips and tricks:
 1) ContextMenu
 If a context sensitive PopupMenu should be shown, the command
 handler must be overlaid. Using GetItemId() and when passing the
-mous position, it can be determined whether the mouse click has been
+mouse position, it can be determined whether the mouse click has been
 carried out over an item resp. over which item the mouse click has been
 carried out.
 
diff --git a/include/svtools/svparser.hxx b/include/svtools/svparser.hxx
index eabdf18..75ab3be 100644
--- a/include/svtools/svparser.hxx
+++ b/include/svtools/svparser.hxx
@@ -53,7 +53,7 @@ protected:
     sal_uLong           nlLinePos;          // current column number
 
     SvParser_Impl       *pImplData;         // internal data
-    long                nTokenValue;        // additional vavlue (RTF)
+    long                nTokenValue;        // additional value (RTF)
     bool                bTokenHasValue;     // indicates whether nTokenValue is valid
     SvParserState       eState;             // status also in derived classes
 
diff --git a/include/svtools/table/tablemodel.hxx b/include/svtools/table/tablemodel.hxx
index 3027af8..136feac 100644
--- a/include/svtools/table/tablemodel.hxx
+++ b/include/svtools/table/tablemodel.hxx
@@ -245,7 +245,7 @@ namespace svt { namespace table
         */
         virtual void        setFlexibility( sal_Int32 const i_flexibility ) = 0;
 
-        /** returns the width of the column, in app-font unitss
+        /** returns the width of the column, in app-font units
 
             The returned value must be a positive ->TableMetrics value.
 
diff --git a/include/svtools/toolpanel/decklayouter.hxx b/include/svtools/toolpanel/decklayouter.hxx
index e5b9e931..37b2a82 100644
--- a/include/svtools/toolpanel/decklayouter.hxx
+++ b/include/svtools/toolpanel/decklayouter.hxx
@@ -63,7 +63,7 @@ namespace svt
         */
         virtual void        Destroy() = 0;
 
-        /** assuming that a layouter neesds to provide some kind of panel selector control, this method
+        /** assuming that a layouter needs to provide some kind of panel selector control, this method
             requests to set the focus to this control.
         */
         virtual void        SetFocusToPanelSelector() = 0;
diff --git a/include/svtools/wizardmachine.hxx b/include/svtools/wizardmachine.hxx
index e2c2d6b..a1281b4 100644
--- a/include/svtools/wizardmachine.hxx
+++ b/include/svtools/wizardmachine.hxx
@@ -59,7 +59,7 @@ namespace svt
             eTravelForward,         // traveling forward (maybe with skipping pages)
             eTravelBackward,        // traveling backward (maybe with skipping pages)
             eFinish,                // the wizard is about to be finished
-            eValidate               // the data should be validated only, no traveling wll happen
+            eValidate               // the data should be validated only, no traveling will happen
         };
     };
 
diff --git a/include/svx/SpellDialogChildWindow.hxx b/include/svx/SpellDialogChildWindow.hxx
index a50ddbb..2b4964f 100644
--- a/include/svx/SpellDialogChildWindow.hxx
+++ b/include/svx/SpellDialogChildWindow.hxx
@@ -30,7 +30,7 @@ class AbstractSpellDialog;
 namespace svx {
 
 /** The child window wrapper of the actual spellin dialog.  To use the
-    spelling dialog in an application you have to do the ususal things:
+    spelling dialog in an application you have to do the usual things:
     <ol>
     <li>Call this class' RegisterChildWindow() method with the module
     as second argument that you want the dialog included in.</li>
diff --git a/include/svx/sdtfsitm.hxx b/include/svx/sdtfsitm.hxx
index 0faa28e..caa3e9d 100644
--- a/include/svx/sdtfsitm.hxx
+++ b/include/svx/sdtfsitm.hxx
@@ -25,7 +25,7 @@
 
 enum SdrFitToSizeType {
     SDRTEXTFIT_NONE,         // - no fit-to-size
-    SDRTEXTFIT_PROPORTIONAL, // - resize all glyhs proportionally
+    SDRTEXTFIT_PROPORTIONAL, // - resize all glyphs proportionally
                              //   (might scale anisotrophically)
     SDRTEXTFIT_ALLLINES,     // - like SDRTEXTFIT_PROPORTIONAL, but
                              //   scales each line separately
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index 918f6ab..b471810 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -580,7 +580,7 @@ public:
     const Link<>& GetNotifyUndoActionHdl() const             { return aUndoLink; }
 
     /** application can set its own undo manager, BegUndo, EndUndo and AddUndoAction
-        calls are routet to this interface if given */
+        calls are routed to this interface if given */
     void SetSdrUndoManager( SfxUndoManager* pUndoManager );
     SfxUndoManager* GetSdrUndoManager() const;
 
diff --git a/include/svx/svdoashp.hxx b/include/svx/svdoashp.hxx
index 261b8f6..95ea033 100644
--- a/include/svx/svdoashp.hxx
+++ b/include/svx/svdoashp.hxx
@@ -165,7 +165,7 @@ public:
     SdrObjCustomShape();
     virtual ~SdrObjCustomShape();
 
-    /* is merging default attributes from type-shype into the SdrCustomShapeGeometryItem. If pType
+    /* is merging default attributes from type-shape into the SdrCustomShapeGeometryItem. If pType
     is NULL then the type is being taken from the "Type" property of the SdrCustomShapeGeometryItem.
     MergeDefaultAttributes is called when creating CustomShapes via UI and after importing */
     void MergeDefaultAttributes( const OUString* pType = NULL );
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index 1bbfb83..b092425 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -204,7 +204,7 @@ protected:
     SdrObjKind                  eTextKind;
 
     // #108784#
-    // For text editing in SW Haeder/Footer it is necessary to be
+    // For text editing in SW Header/Footer it is necessary to be
     // able to set an offset for the text edit to allow text editing at the
     // position of the virtual object. This offset is used when setting up
     // and maintaining the OutlinerView.
diff --git a/include/svx/svdouno.hxx b/include/svx/svdouno.hxx
index 56f177e..2cefadb 100644
--- a/include/svx/svdouno.hxx
+++ b/include/svx/svdouno.hxx
@@ -105,7 +105,7 @@ public:
         scenarios where you need certain information on how a control is painted onto a window, without
         actually painting it. For example, you might be interested in the DeviceInfo of an UNO control.
 
-        For those cases, you can ontain an XControl which behaves as the control which *would* be used to
+        For those cases, you can contain an XControl which behaves as the control which *would* be used to
         paint onto a window.
 
         @param  _rWindow
diff --git a/include/svx/svdsnpv.hxx b/include/svx/svdsnpv.hxx
index f437be3..1554fb0 100644
--- a/include/svx/svdsnpv.hxx
+++ b/include/svx/svdsnpv.hxx
@@ -191,7 +191,7 @@ public:
     // The snapping angles is independent of snapping coordinates
     // and so independent of the attitude IsSnapEnabled()
     // Only values should be specified for them is applied:
-    //     36000 modulu nAngle = 0
+    //     36000 modulo nAngle = 0
     // Implemented for:
     // - Rotate (Dragging)
     // - Shear (Dragging)
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc
index 67ee3da..81cecff 100644
--- a/include/svx/svxids.hrc
+++ b/include/svx/svxids.hrc
@@ -228,7 +228,7 @@
 #define FN_INSERT_BREAK         (FN_INSERT + 3)
 #define FN_INSERT_SOFT_HYPHEN   (FN_INSERT + 43)    /* optional hyphen */
 #define FN_INSERT_HARD_SPACE    (FN_INSERT + 44)    /* hard space */
-#define FN_INSERT_HARDHYPHEN    (FN_INSERT + 85)   /* hyphen withou break*/
+#define FN_INSERT_HARDHYPHEN    (FN_INSERT + 85)   /* hyphen without break*/
 
 //!! be aware to not overwrite something that is used in sw/inc/cmdid.h already !!
 #define FN_FORMAT               (SID_SW_START +  400)
diff --git a/include/toolkit/awt/animatedimagespeer.hxx b/include/toolkit/awt/animatedimagespeer.hxx
index b0e366d..1881877 100644
--- a/include/toolkit/awt/animatedimagespeer.hxx
+++ b/include/toolkit/awt/animatedimagespeer.hxx
@@ -79,7 +79,7 @@ namespace toolkit
         void ProcessWindowEvent( const VclWindowEvent& i_windowEvent ) SAL_OVERRIDE;
 
     private:
-        /** updates our images with the ones from the givem XAnimatedImages component
+        /** updates our images with the ones from the given XAnimatedImages component
         */
         void    impl_updateImages_nolck( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& i_animatedImages );
 
diff --git a/include/tools/weakbase.h b/include/tools/weakbase.h
index 78ce0af..366358f 100644
--- a/include/tools/weakbase.h
+++ b/include/tools/weakbase.h
@@ -129,7 +129,7 @@ public:
     /** clears the reference pointer in all living weak references for this instance.
         Further created weak references will also be invalid.
         You should call this method in the d'tor of your derived classes for an early
-        invalidate of all living weak references while youre object is already inside
+        invalidate of all living weak references while your object is already inside
         it d'tor.
     */
     inline void clearWeak();
diff --git a/include/typelib/typedescription.h b/include/typelib/typedescription.h
index 8ed5ce0..a8f842e 100644
--- a/include/typelib/typedescription.h
+++ b/include/typelib/typedescription.h
@@ -676,7 +676,7 @@ CPPU_DLLPUBLIC void SAL_CALL typelib_typedescription_acquire(
     typelib_TypeDescription * pDesc )
     SAL_THROW_EXTERN_C();
 
-/** Decrements reference count of given type. If reference count reaches 0, the trype description
+/** Decrements reference count of given type. If reference count reaches 0, the type description
     is deleted.
 
     @param pDesc type description
diff --git a/include/ucbhelper/resultsetmetadata.hxx b/include/ucbhelper/resultsetmetadata.hxx
index a368d04..248a0fa 100644
--- a/include/ucbhelper/resultsetmetadata.hxx
+++ b/include/ucbhelper/resultsetmetadata.hxx
@@ -109,7 +109,7 @@ struct ResultSetColumnData
 };
 
 // Note: Never change the initial values! Implementations using this struct
-//       may havily depend on the behaviour of the default constructor.
+//       may heavily depend on the behaviour of the default constructor.
 
 ResultSetColumnData::ResultSetColumnData()
 : isAutoIncrement( false ),
diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx
index a9f2146..9d80820 100644
--- a/include/vcl/bitmap.hxx
+++ b/include/vcl/bitmap.hxx
@@ -594,7 +594,7 @@ public:
     */
     static bool HasFastScale();
 
-    // Adapt the BitCount of rNew to BitCount of lolal, including grey or color paltette
+    // Adapt the BitCount of rNew to BitCount of total, including grey or color palette
     // Can be used to create alpha/mask bitmaps after their processing in 24bit
     void                    AdaptBitCount(Bitmap& rNew) const;
 
diff --git a/include/vcl/gdimetafiletools.hxx b/include/vcl/gdimetafiletools.hxx
index 879ea2a..ea31f0d 100644
--- a/include/vcl/gdimetafiletools.hxx
+++ b/include/vcl/gdimetafiletools.hxx
@@ -25,7 +25,7 @@
 // #i121267# Added tooling to be able to support old exporters which are based on
 // metafiles as graphic content, but do not implement using the contained clip
 // regions.
-// The given metafile will internall yclip it's graphic content against the
+// The given metafile will internally clip it's graphic content against the
 // included clip regions so that it is safe to ignore clip actions there. This
 // is not done completely, but implemented and extended as needed (on demand)
 // since all this is a workarund; the better and long term solution will be to
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx
index 7c01cfa..927b607 100644
--- a/include/vcl/pdfwriter.hxx
+++ b/include/vcl/pdfwriter.hxx
@@ -827,7 +827,7 @@ The following structure describes the permissions used in PDF security
     behaviour; after calling BeginTransparencyGroup all drawing
     operations will be grouped together into a transparent object.
 
-    The transparency behaviour is set with ond of the EndTransparencyGroup
+    The transparency behaviour is set with one of the EndTransparencyGroup
     calls and can be either a constant transparency factor or a transparent
     soft mask in form of an 8 bit gray scale bitmap.
 
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 7727b6e..3646816 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -1058,7 +1058,7 @@ public:
     */
     static void                 SetDisplayName( const OUString& rDisplayName );
 
-    /** Get the default name of the application for messag dialogs and printing.
+    /** Get the default name of the application for message dialogs and printing.
 
      @returns The display name of the application.
     */
diff --git a/include/vcl/texteng.hxx b/include/vcl/texteng.hxx
index 6260940..f64227b 100644
--- a/include/vcl/texteng.hxx
+++ b/include/vcl/texteng.hxx
@@ -159,7 +159,7 @@ protected:
 
     // to remain compatible in the minor release we copy the above ImpInsertText
     // function and add the extra parameter we need but make sure this function
-    // gets not exported. First and seconf parameter swapped to have a different signatur.
+    // gets not exported. First and second parameter swapped to have a different signatur.
     SAL_DLLPRIVATE TextPaM  ImpInsertText( sal_Unicode c, const TextSelection& rSel, bool bOverwrite = false, bool bIsUserInput = false );
     // some other new functions needed that must not be exported to remain compatible
     SAL_DLLPRIVATE ::com::sun::star::uno::Reference < ::com::sun::star::i18n::XExtendedInputSequenceChecker > GetInputSequenceChecker();
diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx
index ac313dc..23ae8ed 100644
--- a/include/vcl/toolbox.hxx
+++ b/include/vcl/toolbox.hxx
@@ -474,7 +474,7 @@ public:
     Size                CalcFloatingWindowSizePixel() const;
     // floating window size with a given number of lines
     Size                CalcFloatingWindowSizePixel( sal_uInt16 nCalcLines ) const;
-    // automatic window size for popoup mode
+    // automatic window size for popup mode
     Size                CalcPopupWindowSizePixel() const;
 
     // computes the smallest useful size when docked, ie with the first item visible only (+drag area and menu button)
diff --git a/include/xmloff/shapeexport.hxx b/include/xmloff/shapeexport.hxx
index 8ba3969..83aafd5 100644
--- a/include/xmloff/shapeexport.hxx
+++ b/include/xmloff/shapeexport.hxx
@@ -170,7 +170,7 @@ private:
     ImplXMLShapeExportInfoVector::iterator      maCurrentInfo;
     OUString                                    msPresentationStylePrefix;
 
-    // #88546# possibility to swich progress bar handling on/off
+    // #88546# possibility to switch progress bar handling on/off
     bool                                        mbHandleProgressBar;
 
     rtl::Reference< XMLTableExport >            mxShapeTableExport;


More information about the Libreoffice-commits mailing list