[Libreoffice-commits] core.git: filter/source fpicker/source framework/inc framework/source include/svtools

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 12 08:36:29 UTC 2019


 filter/source/config/cache/contenthandlerfactory.hxx   |    4 ++--
 filter/source/config/cache/frameloaderfactory.hxx      |    4 ++--
 filter/source/config/cache/typedetection.hxx           |    4 ++--
 fpicker/source/office/fpsmartcontent.hxx               |    2 +-
 framework/inc/helper/vclstatusindicator.hxx            |    4 ++--
 framework/source/inc/accelerators/acceleratorcache.hxx |    2 +-
 framework/source/services/autorecovery.cxx             |    2 +-
 include/svtools/fileview.hxx                           |    2 +-
 8 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit cdd5869152f2dfbb5ea6698978dfa98fa43a4c20
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 11 12:43:26 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 12 10:35:29 2019 +0200

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

diff --git a/filter/source/config/cache/contenthandlerfactory.hxx b/filter/source/config/cache/contenthandlerfactory.hxx
index e6cdc59b4826..53608131f7e3 100644
--- a/filter/source/config/cache/contenthandlerfactory.hxx
+++ b/filter/source/config/cache/contenthandlerfactory.hxx
@@ -83,7 +83,7 @@ class ContentHandlerFactory : public ::cppu::ImplInheritanceHelper< BaseContaine
 
             @descr  Because this information is used at several places
                     (and mostly an object instance of this class is not possible)
-                    its implemented as a static function!
+                    it's implemented as a static function!
 
             @return The fix uno implementation name of this class.
          */
@@ -94,7 +94,7 @@ class ContentHandlerFactory : public ::cppu::ImplInheritanceHelper< BaseContaine
 
             @descr  Because this information is used at several places
                     (and mostly an object instance of this class is not possible)
-                    its implemented as a static function!
+                    it's implemented as a static function!
 
             @return The fix list of uno services supported by this class.
          */
diff --git a/filter/source/config/cache/frameloaderfactory.hxx b/filter/source/config/cache/frameloaderfactory.hxx
index 7e3c7addcba9..30b6525b6619 100644
--- a/filter/source/config/cache/frameloaderfactory.hxx
+++ b/filter/source/config/cache/frameloaderfactory.hxx
@@ -83,7 +83,7 @@ class FrameLoaderFactory : public ::cppu::ImplInheritanceHelper< BaseContainer
 
             @descr  Because this information is used at several places
                     (and mostly an object instance of this class is not possible)
-                    its implemented as a static function!
+                    it's implemented as a static function!
 
             @return The fix uno implementation name of this class.
          */
@@ -94,7 +94,7 @@ class FrameLoaderFactory : public ::cppu::ImplInheritanceHelper< BaseContainer
 
             @descr  Because this information is used at several places
                     (and mostly an object instance of this class is not possible)
-                    its implemented as a static function!
+                    it's implemented as a static function!
 
             @return The fix list of uno services supported by this class.
          */
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index fe327a3b2c3f..e0340187b5af 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -338,7 +338,7 @@ public:
 
         @descr  Because this information is used at several places
                 (and mostly an object instance of this class is not possible)
-                its implemented as a static function!
+                it's implemented as a static function!
 
         @return The fix uno implementation name of this class.
      */
@@ -349,7 +349,7 @@ public:
 
         @descr  Because this information is used at several places
                 (and mostly an object instance of this class is not possible)
-                its implemented as a static function!
+                it's implemented as a static function!
 
         @return The fix list of uno services supported by this class.
      */
diff --git a/fpicker/source/office/fpsmartcontent.hxx b/fpicker/source/office/fpsmartcontent.hxx
index b59a7820c957..ffa061ecb4ff 100644
--- a/fpicker/source/office/fpsmartcontent.hxx
+++ b/fpicker/source/office/fpsmartcontent.hxx
@@ -35,7 +35,7 @@ namespace svt
 
     //= SmartContent
 
-    /** a "smart content" which basically wraps an UCB content, but caches some information
+    /** a "smart content" which basically wraps a UCB content, but caches some information
         so that repeatedly recreating it may be faster
     */
     class SmartContent
diff --git a/framework/inc/helper/vclstatusindicator.hxx b/framework/inc/helper/vclstatusindicator.hxx
index 1462616d7793..e5ce9b11d73a 100644
--- a/framework/inc/helper/vclstatusindicator.hxx
+++ b/framework/inc/helper/vclstatusindicator.hxx
@@ -47,8 +47,8 @@ class VCLStatusIndicator : public  ::cppu::WeakImplHelper< css::task::XStatusInd
         /** shows the progress.
 
             @attention  This member is not synchronized using our own mutex!
-                        Its guarded by the solarmutex only. Otherwise
-                        we have to lock two of them, which can force a deadlock ...
+                        It's guarded by the solarmutex only. Otherwise
+                        we have to lock two of them, which can force a deadlock...
             */
         VclPtr<StatusBar> m_pStatusBar;
 
diff --git a/framework/source/inc/accelerators/acceleratorcache.hxx b/framework/source/inc/accelerators/acceleratorcache.hxx
index 83ba071fd5db..9dfd5374f20c 100644
--- a/framework/source/inc/accelerators/acceleratorcache.hxx
+++ b/framework/source/inc/accelerators/acceleratorcache.hxx
@@ -35,7 +35,7 @@ namespace framework
 /**
     @short  implements a cache for any accelerator configuration.
 
-    @descr  Its implemented threadsafe, supports copy-on-write pattern
+    @descr  It's implemented threadsafe, supports copy-on-write pattern
             and a flush mechanism to support concurrent access to the same
             configuration.
 
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index d7ce27df2637..281c0061a28c 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -486,7 +486,7 @@ public:
     /** @short  informs about created/opened documents.
 
         @descr  Every new opened/created document will be saved internally
-                so it can be checked if its modified. This modified state
+                so it can be checked if it's modified. This modified state
                 is used later to decide, if it must be saved or not.
 
         @param  aEvent
diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx
index c53edb0c017a..ea3a23e1fd47 100644
--- a/include/svtools/fileview.hxx
+++ b/include/svtools/fileview.hxx
@@ -114,7 +114,7 @@ public:
                                 const css::uno::Sequence< OUString >& rBlackList
                             );
 
-    /** initializes the view with the content of a folder given by an UCB content
+    /** initializes the view with the content of a folder given by a UCB content
     */
     bool                    Initialize( const css::uno::Reference< css::ucb::XContent>& _xContent );
 


More information about the Libreoffice-commits mailing list