[Libreoffice-commits] core.git: include/oox svx/source sw/source

Andrea Gelmini andrea.gelmini at gelma.net
Thu Aug 10 19:30:20 UTC 2017


 include/oox/vml/vmldrawing.hxx       |    2 +-
 svx/source/dialog/searchcharmap.cxx  |    2 +-
 sw/source/uibase/ribbar/workctrl.cxx |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 3bf6b6d9ba2914d10b6b215c87838f9f4a24cefc
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Thu Aug 10 14:18:33 2017 +0200

    Fix typos
    
    Change-Id: Ia138abbdb81f0c324721118d487392757f779a96
    Reviewed-on: https://gerrit.libreoffice.org/40971
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/include/oox/vml/vmldrawing.hxx b/include/oox/vml/vmldrawing.hxx
index e75fd480b82f..40c3ba20de90 100644
--- a/include/oox/vml/vmldrawing.hxx
+++ b/include/oox/vml/vmldrawing.hxx
@@ -81,7 +81,7 @@ struct OOX_DLLPUBLIC ControlInfo
     OUString     maShapeId;          ///< Shape identifier for shape lookup.
     OUString     maFragmentPath;     ///< Path to the fragment describing the form control properties.
     OUString     maName;             ///< Programmatical name of the form control.
-    bool         mbTextContentShape; ///< Whether this control shape will be imported to Writer or not (has AnchorType poperty or not).
+    bool         mbTextContentShape; ///< Whether this control shape will be imported to Writer or not (has AnchorType property or not).
 
     explicit            ControlInfo();
 
diff --git a/svx/source/dialog/searchcharmap.cxx b/svx/source/dialog/searchcharmap.cxx
index 2e4379440015..ff22615f77fa 100644
--- a/svx/source/dialog/searchcharmap.cxx
+++ b/svx/source/dialog/searchcharmap.cxx
@@ -155,7 +155,7 @@ void SvxSearchCharSet::SelectCharacter( const Subset* sub )
     else
         SelectIndex( nMapIndex );
     aHighHdl.Call(this);
-    // move selected item to top row if not in focusf
+    // move selected item to top row if not in focus
     aVscrollSB->SetThumbPos( nMapIndex / COLUMN_COUNT );
     Invalidate();
 }
diff --git a/sw/source/uibase/ribbar/workctrl.cxx b/sw/source/uibase/ribbar/workctrl.cxx
index 2e39915a9743..1e90edefb888 100644
--- a/sw/source/uibase/ribbar/workctrl.cxx
+++ b/sw/source/uibase/ribbar/workctrl.cxx
@@ -751,7 +751,7 @@ void NavElementBox_Impl::Select()
     if ( !IsTravelSelect() )
     {
         sal_uInt16 nPos = GetSelectEntryPos();
-        // adjust array index for Ids after NID_PREV in aNavigationInsterIds
+        // adjust array index for Ids after NID_PREV in aNavigationInsertIds
         if ( nPos >= NID_COUNT/2 - 1 )
             ++nPos;
 


More information about the Libreoffice-commits mailing list