Kaydet (Commit) 3bf6b6d9 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Michael Stahl

Fix typos

Change-Id: Ia138abbdb81f0c324721118d487392757f779a96
Reviewed-on: https://gerrit.libreoffice.org/40971Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 4a3016be
...@@ -81,7 +81,7 @@ struct OOX_DLLPUBLIC ControlInfo ...@@ -81,7 +81,7 @@ struct OOX_DLLPUBLIC ControlInfo
OUString maShapeId; ///< Shape identifier for shape lookup. OUString maShapeId; ///< Shape identifier for shape lookup.
OUString maFragmentPath; ///< Path to the fragment describing the form control properties. OUString maFragmentPath; ///< Path to the fragment describing the form control properties.
OUString maName; ///< Programmatical name of the form control. 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(); explicit ControlInfo();
......
...@@ -155,7 +155,7 @@ void SvxSearchCharSet::SelectCharacter( const Subset* sub ) ...@@ -155,7 +155,7 @@ void SvxSearchCharSet::SelectCharacter( const Subset* sub )
else else
SelectIndex( nMapIndex ); SelectIndex( nMapIndex );
aHighHdl.Call(this); 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 ); aVscrollSB->SetThumbPos( nMapIndex / COLUMN_COUNT );
Invalidate(); Invalidate();
} }
......
...@@ -751,7 +751,7 @@ void NavElementBox_Impl::Select() ...@@ -751,7 +751,7 @@ void NavElementBox_Impl::Select()
if ( !IsTravelSelect() ) if ( !IsTravelSelect() )
{ {
sal_uInt16 nPos = GetSelectEntryPos(); 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 ) if ( nPos >= NID_COUNT/2 - 1 )
++nPos; ++nPos;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment