[Libreoffice-commits] core.git: compilerplugins/clang cui/source extensions/source sc/inc

Andrea Gelmini andrea.gelmini at gelma.net
Sat May 19 18:13:21 UTC 2018


 compilerplugins/clang/inlinefields.cxx    |    2 +-
 cui/source/tabpages/measure.cxx           |    2 +-
 extensions/source/inc/componentmodule.hxx |    2 +-
 sc/inc/scmod.hxx                          |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 2c244e6f533067d6c3affbd83759c71bc910ae99
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Thu May 17 11:42:54 2018 +0200

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

diff --git a/compilerplugins/clang/inlinefields.cxx b/compilerplugins/clang/inlinefields.cxx
index ef69fcfbd4c3..0c1d28e20e0c 100644
--- a/compilerplugins/clang/inlinefields.cxx
+++ b/compilerplugins/clang/inlinefields.cxx
@@ -189,7 +189,7 @@ bool InlineFields::VisitBinAssign(const BinaryOperator * binaryOp)
     if (!parentFunction) {
         return true;
     }
-    // if the field is being assigned from outside it's own constructor or destructor, exclude
+    // if the field is being assigned from outside its own constructor or destructor, exclude
     auto constructorDecl = dyn_cast<CXXConstructorDecl>(parentFunction);
     if (constructorDecl && isSameParent(constructorDecl, fieldDecl)) {
         if( isa<CXXNewExpr>(binaryOp->getRHS()) )
diff --git a/cui/source/tabpages/measure.cxx b/cui/source/tabpages/measure.cxx
index 963544eef73f..704016dd73ba 100644
--- a/cui/source/tabpages/measure.cxx
+++ b/cui/source/tabpages/measure.cxx
@@ -599,7 +599,7 @@ void SvxMeasurePage::Construct()
 
     // TTTT
     // pMeasureObj is member of SvxXMeasurePreview and can only be accessed due to
-    // SvxMeasurePage being a friend. It has it's own SdrModel (also in SvxXMeasurePreview)
+    // SvxMeasurePage being a friend. It has its own SdrModel (also in SvxXMeasurePreview)
     // and 'setting' the SdrModel is a hack. The comment above about 'notify unit and
     // floatingpoint-values' is not clear, but has to be done another way - if needed.
     // Checked on original aw080, is just commented out there, too.
diff --git a/extensions/source/inc/componentmodule.hxx b/extensions/source/inc/componentmodule.hxx
index e8cf0206d560..899c0f9e6315 100644
--- a/extensions/source/inc/componentmodule.hxx
+++ b/extensions/source/inc/componentmodule.hxx
@@ -20,7 +20,7 @@
 #ifndef INCLUDED_EXTENSIONS_SOURCE_INC_COMPONENTMODULE_HXX
 #define INCLUDED_EXTENSIONS_SOURCE_INC_COMPONENTMODULE_HXX
 
-/** you may find this file helpful if you implement a component (in it's own library) which can't use
+/** you may find this file helpful if you implement a component (in its own library) which can't use
     the usual infrastructure.<br/>
     More precise, you find helper classes to ease the use of resources and the registration of services.
 */
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx
index 00b036da2ff2..253c5cb637e0 100644
--- a/sc/inc/scmod.hxx
+++ b/sc/inc/scmod.hxx
@@ -80,7 +80,7 @@ class ScModule: public SfxModule, public SfxListener, public utl::ConfigurationL
     ScDragData*         m_pDragData;
     ScSelectionTransferObj* m_pSelTransfer;
     ScMessagePool*      m_pMessagePool;
-    // there is no global InputHandler anymore, each View has it's own
+    // there is no global InputHandler anymore, each View has its own
     ScInputHandler*     m_pRefInputHandler;
     ScViewCfg*          m_pViewCfg;
     ScDocCfg*           m_pDocCfg;


More information about the Libreoffice-commits mailing list