summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-10 14:18:33 +0200
committerMichael Stahl <mstahl@redhat.com>2017-08-10 21:29:27 +0200
commit3bf6b6d9ba2914d10b6b215c87838f9f4a24cefc (patch)
tree4287fd570c3a6a5f4dbf100c2f2f170de5f7679a
parent4a3016be1b5271affcc9e1f338c463dd727ebe53 (diff)
Fix typos
Change-Id: Ia138abbdb81f0c324721118d487392757f779a96 Reviewed-on: https://gerrit.libreoffice.org/40971 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--include/oox/vml/vmldrawing.hxx2
-rw-r--r--svx/source/dialog/searchcharmap.cxx2
-rw-r--r--sw/source/uibase/ribbar/workctrl.cxx2
3 files changed, 3 insertions, 3 deletions
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;