[Libreoffice-commits] core.git: include/comphelper sc/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 18 10:22:31 UTC 2019


 include/comphelper/accessiblewrapper.hxx |    2 +-
 sc/source/filter/inc/htmlpars.hxx        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ab5e1b485ca11941294d980ed3aa4272d693dbc5
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jun 18 08:54:09 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jun 18 12:21:23 2019 +0200

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

diff --git a/include/comphelper/accessiblewrapper.hxx b/include/comphelper/accessiblewrapper.hxx
index 34b3cb8edad4..89e2c332917c 100644
--- a/include/comphelper/accessiblewrapper.hxx
+++ b/include/comphelper/accessiblewrapper.hxx
@@ -361,7 +361,7 @@ namespace comphelper
         /// invalidates (i.e. empties) the map
         void    invalidateAll( );
 
-        /** disposes (i.e. cleares) the manager
+        /** disposes (i.e. clears) the manager
 
             <p>Note that the XAccessibleContext's of the mapped XAccessible objects are disposed, too.</p>
         */
diff --git a/sc/source/filter/inc/htmlpars.hxx b/sc/source/filter/inc/htmlpars.hxx
index d3523e9de602..1f5ef2a9a8ae 100644
--- a/sc/source/filter/inc/htmlpars.hxx
+++ b/sc/source/filter/inc/htmlpars.hxx
@@ -284,7 +284,7 @@ public:
     /** Returns true, if the entry represents a table. */
     ScHTMLTableId GetTableId() const { return nTab; }
 
-    /** Sets or cleares the import always state. */
+    /** Sets or clears the import always state. */
     void         SetImportAlways() { mbImportAlways = true; }
     /** Sets start point of the entry selection to the start of the import info object. */
     void                AdjustStart( const HtmlImportInfo& rInfo );


More information about the Libreoffice-commits mailing list