[Libreoffice-commits] core.git: sd/source sw/source

Julien Nabet serval2412 at yahoo.fr
Tue Feb 18 21:10:03 CET 2014


 sd/source/ui/inc/OutlinerIteratorImpl.hxx |    2 +-
 sw/source/core/access/acccell.hxx         |    2 +-
 sw/source/core/access/accframebase.hxx    |    2 +-
 sw/source/core/access/accpage.hxx         |    2 +-
 sw/source/core/crsr/crsrsh.cxx            |    2 +-
 sw/source/ui/wrtsh/wrtsh1.cxx             |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 3d66adaa7771c68f97990d81451c775ed06c4837
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Feb 18 21:08:05 2014 +0100

    Typo (a/A)dditionaly -> (a/A)dditionally
    
    Change-Id: Ic4451b45b86f14bb2fab507503a6fa1e8f515b66

diff --git a/sd/source/ui/inc/OutlinerIteratorImpl.hxx b/sd/source/ui/inc/OutlinerIteratorImpl.hxx
index cbacdc9..1f72b48 100644
--- a/sd/source/ui/inc/OutlinerIteratorImpl.hxx
+++ b/sd/source/ui/inc/OutlinerIteratorImpl.hxx
@@ -94,7 +94,7 @@ public:
             When both iterators ar equal <TRUE/> is returned, <FALSE/> otherwise.
     */
     virtual bool operator== (const IteratorImplBase& rIterator) const;
-    /** This method is used by the equality operator.  Additionaly to the
+    /** This method is used by the equality operator.  Additionally to the
         iterator it takes a type information which is taken into account on
         comparison.  It is part of a "multimethod" pattern.
         @param rIterator
diff --git a/sw/source/core/access/acccell.hxx b/sw/source/core/access/acccell.hxx
index 663bd21..3b1d8a6 100644
--- a/sw/source/core/access/acccell.hxx
+++ b/sw/source/core/access/acccell.hxx
@@ -46,7 +46,7 @@ class SwAccessibleCell : public SwAccessibleContext,
 
 protected:
     // Set states for getAccessibleStateSet.
-    // This drived class additionaly sets SELECTABLE(1) and SELECTED(+)
+    // This drived class additionally sets SELECTABLE(1) and SELECTED(+)
     virtual void GetStates( ::utl::AccessibleStateSetHelper& rStateSet );
 
     virtual void _InvalidateCursorPos();
diff --git a/sw/source/core/access/accframebase.hxx b/sw/source/core/access/accframebase.hxx
index 4f0cd4e..d73b3de0 100644
--- a/sw/source/core/access/accframebase.hxx
+++ b/sw/source/core/access/accframebase.hxx
@@ -34,7 +34,7 @@ class SwAccessibleFrameBase : public SwAccessibleContext,
 
 protected:
     // Set states for getAccessibleStateSet.
-    // This drived class additionaly sets SELECTABLE(1), SELECTED(+),
+    // This drived class additionally sets SELECTABLE(1), SELECTED(+),
     // FOCUSABLE(1) and FOCUSED(+)
     virtual void GetStates( ::utl::AccessibleStateSetHelper& rStateSet );
     SwFlyFrm* getFlyFrm() const;
diff --git a/sw/source/core/access/accpage.hxx b/sw/source/core/access/accpage.hxx
index b4b27f8..b1bcecb 100644
--- a/sw/source/core/access/accpage.hxx
+++ b/sw/source/core/access/accpage.hxx
@@ -42,7 +42,7 @@ protected:
     SwRect GetBounds( /* const SwFrm *pFrm =0 */ );
 
     // Set states for getAccessibleStateSet.
-    // This drived class additionaly sets
+    // This drived class additionally sets
     // FOCUSABLE(1) and FOCUSED(+)
     virtual void GetStates( ::utl::AccessibleStateSetHelper& rStateSet );
 
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index fc071f4..1f007f5 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -3180,7 +3180,7 @@ bool sw_PosOk(const SwPosition & aPos)
 
 /**
    Checks if a PaM is valid. For a PaM to be valid its point must be
-   valid. Additionaly if the PaM has a mark this has to be valid, too.
+   valid. Additionally if the PaM has a mark this has to be valid, too.
 
    @param aPam the PaM to check
 */
diff --git a/sw/source/ui/wrtsh/wrtsh1.cxx b/sw/source/ui/wrtsh/wrtsh1.cxx
index f1ccf38..ad6648d 100644
--- a/sw/source/ui/wrtsh/wrtsh1.cxx
+++ b/sw/source/ui/wrtsh/wrtsh1.cxx
@@ -298,7 +298,7 @@ void SwWrtShell::Insert( const OUString &rPath, const OUString &rFilter,
         GetGrfSize( aGrfSize );
 
         // Add the margin attributes to GrfSize,
-        // because these counts at the margin additionaly
+        // because these counts at the margin additionally
         aGrfSize.Width() += pFrmMgr->CalcWidthBorder();
         aGrfSize.Height()+= pFrmMgr->CalcHeightBorder();
 


More information about the Libreoffice-commits mailing list