[Libreoffice-commits] core.git: svx/source sw/inc sw/source udkapi/com vcl/source wizards/com xmloff/source xmlsecurity/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 10 12:18:56 UTC 2019


 svx/source/accessibility/ChildrenManagerImpl.hxx         |    2 +-
 sw/inc/bparr.hxx                                         |    2 +-
 sw/source/core/layout/paintfrm.cxx                       |    2 +-
 sw/source/filter/html/htmlsect.cxx                       |    4 ++--
 udkapi/com/sun/star/lang/XComponent.idl                  |    2 +-
 vcl/source/control/listbox.cxx                           |    2 +-
 vcl/source/filter/wmf/wmfwr.cxx                          |    2 +-
 wizards/com/sun/star/wizards/report/IReportDocument.java |    4 ++--
 xmloff/source/forms/formcellbinding.hxx                  |    2 +-
 xmlsecurity/source/helper/documentsignaturehelper.cxx    |    2 +-
 10 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 8e999b51a2418febc0fd619aee62183f21b1cf90
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Sep 10 10:37:51 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Sep 10 14:18:14 2019 +0200

    Fix typos
    
    Change-Id: Id62178a1a8b2e05d13c47f1ac4798578f140dbae
    Reviewed-on: https://gerrit.libreoffice.org/78794
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins

diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx
index 4812bf9e4745..553779f2f766 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.hxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.hxx
@@ -93,7 +93,7 @@ public:
         @param rShapeTreeInfo
             Bundle of information passed down the shape tree.
         @param rContext
-            An accessible context object that is called for fireing events
+            An accessible context object that is called for firing events
             for new and deleted children, i.e. that holds a list of
             listeners to be informed.
     */
diff --git a/sw/inc/bparr.hxx b/sw/inc/bparr.hxx
index f213dc7b5a5b..2c990259d11a 100644
--- a/sw/inc/bparr.hxx
+++ b/sw/inc/bparr.hxx
@@ -43,7 +43,7 @@ public:
     inline BigPtrArray& GetArray() const;
 };
 
-// 1000 entries per Block = a bit less then 4K
+// 1000 entries per Block = a bit less than 4K
 #define MAXENTRY 1000
 
 // number of entries that may remain free during compression
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index 704450f25d64..1ca2e28d858e 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -360,7 +360,7 @@ bool isTableBoundariesEnabled()
 /**
  * Set borders alignment statics
  * Adjustment for 'small' twip-to-pixel relations:
- * For 'small' twip-to-pixel relations (less then 2:1)
+ * For 'small' twip-to-pixel relations (less than 2:1)
  * values of <gProp.nSHalfPixelSzW> and <gProp.nSHalfPixelSzH> are set to ZERO
  */
 void SwCalcPixStatics( vcl::RenderContext const *pOut )
diff --git a/sw/source/filter/html/htmlsect.cxx b/sw/source/filter/html/htmlsect.cxx
index 8f7b05872566..0e0d6378ddfb 100644
--- a/sw/source/filter/html/htmlsect.cxx
+++ b/sw/source/filter/html/htmlsect.cxx
@@ -479,7 +479,7 @@ void SwHTMLParser::FixHeaderFooterDistance( bool bHeader,
                 ->SwContentNode::GetAttr( RES_UL_SPACE ));
 
         // The top paragraph padding becomes the padding
-        // to headline or footer if it is greater then the
+        // to headline or footer if it is greater than the
         // bottom padding of the paragraph beforehand
         if( rULSpace.GetUpper() > nSpace )
             nSpace = rULSpace.GetUpper();
@@ -669,7 +669,7 @@ void SwHTMLParser::NewMultiCol( sal_uInt16 columnsFromCss )
         }
     }
 
-    // If there are less then 2 columns, no section is inserted.
+    // If there are less than 2 columns, no section is inserted.
     if( nCols >= 2 )
     {
         if( !bAppended )
diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index 2b3ce85610c8..b0390d3a87f4 100644
--- a/udkapi/com/sun/star/lang/XComponent.idl
+++ b/udkapi/com/sun/star/lang/XComponent.idl
@@ -51,7 +51,7 @@ published interface XComponent: com::sun::star::uno::XInterface
         </p>
         <p>
         The object must notify all registered listeners using the method
-        XEventListener::disposing(). All notfied objects
+        XEventListener::disposing(). All notified objects
         should release there references to this object without
         calling XComponent::removeEventListener()
         (the disposed object will release the listeners eitherway).
diff --git a/vcl/source/control/listbox.cxx b/vcl/source/control/listbox.cxx
index cafebbdb4cb8..323c6c88af44 100644
--- a/vcl/source/control/listbox.cxx
+++ b/vcl/source/control/listbox.cxx
@@ -1222,7 +1222,7 @@ Size ListBox::CalcSubEditSize() const
     else
     {
         aSz.setHeight( mpImplLB->GetEntryHeight() );
-        // Size to maxmimum entry width
+        // Size to maximum entry width
         aSz.setWidth( mpImplLB->GetMaxEntryWidth() );
 
         if (m_nMaxWidthChars != -1)
diff --git a/vcl/source/filter/wmf/wmfwr.cxx b/vcl/source/filter/wmf/wmfwr.cxx
index 1868c8087fcb..25536eb80e65 100644
--- a/vcl/source/filter/wmf/wmfwr.cxx
+++ b/vcl/source/filter/wmf/wmfwr.cxx
@@ -1650,7 +1650,7 @@ void WMFWriter::WriteHeader( bool bPlaceable )
          .WriteUInt16( 0x0009 )           // header length in words
          .WriteUInt16( 0x0300 )           // Version as BCD number
          .WriteUInt32( 0x00000000 )      // file length (without 1st header), is later corrected by UpdateHeader()
-         .WriteUInt16( MAXOBJECTHANDLES ) // maxmimum number of simultaneous objects
+         .WriteUInt16( MAXOBJECTHANDLES ) // maximum number of simultaneous objects
          .WriteUInt32( 0x00000000 )      // maximum record length, is later corrected by UpdateHeader()
          .WriteUInt16( 0x0000 );          // reserved
 }
diff --git a/wizards/com/sun/star/wizards/report/IReportDocument.java b/wizards/com/sun/star/wizards/report/IReportDocument.java
index d5ceed0fb47a..ec04d6780790 100644
--- a/wizards/com/sun/star/wizards/report/IReportDocument.java
+++ b/wizards/com/sun/star/wizards/report/IReportDocument.java
@@ -100,13 +100,13 @@ public interface IReportDocument
     /* Grouping Page */
     // Document should not hold the grouping information!
     /**
-     * Called by press ('greater then') add a group to the group list
+     * Called by press ('greater than') add a group to the group list
      */
     boolean liveupdate_addGroupNametoDocument(String[] GroupNames, String CurGroupTitle, ArrayList<String> GroupFieldVector, ArrayList<String> ReportPath, int iSelCount);
 
     void refreshGroupFields(String[] _sNewNames);
     /**
-     * Called by press ('less then') Removes an already set Groupname out of the list
+     * Called by press ('less than') Removes an already set Groupname out of the list
      */
     void liveupdate_removeGroupName(String[] NewSelGroupNames, String CurGroupTitle, java.util.ArrayList<String> GroupFieldVector);
 
diff --git a/xmloff/source/forms/formcellbinding.hxx b/xmloff/source/forms/formcellbinding.hxx
index 876973b227a3..d2422fccba48 100644
--- a/xmloff/source/forms/formcellbinding.hxx
+++ b/xmloff/source/forms/formcellbinding.hxx
@@ -204,7 +204,7 @@ namespace xmloff
                             const OUString& _rService
                         );
 
-        /** checks whether a given component supports a given servive
+        /** checks whether a given component supports a given service
         */
         static bool     doesComponentSupport(
                             const css::uno::Reference< css::uno::XInterface >& _rxComponent,
diff --git a/xmlsecurity/source/helper/documentsignaturehelper.cxx b/xmlsecurity/source/helper/documentsignaturehelper.cxx
index bcf63be55238..482ae6cc4126 100644
--- a/xmlsecurity/source/helper/documentsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/documentsignaturehelper.cxx
@@ -59,7 +59,7 @@ OUString getElement(OUString const & version, ::sal_Int32 * index)
 }
 
 
-// Return 1 if version1 is greater then version 2, 0 if they are equal
+// Return 1 if version1 is greater than version 2, 0 if they are equal
 //and -1 if version1 is less version 2
 int compareVersions(
     OUString const & version1, OUString const & version2)


More information about the Libreoffice-commits mailing list