Kaydet (Commit) 7c93e4d7 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I673b9121968ff79e6313e4019bc02a3364b4737f
Reviewed-on: https://gerrit.libreoffice.org/58901Reviewed-by: 's avatarJean-Pierre Ledure <jp@ledure.be>
Tested-by: 's avatarJean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
üst 2a18492f
......@@ -2246,7 +2246,7 @@ static long lcl_DrawBullet(VirtualDevice* pVDev,
aTmpSize.setWidth( aTmpSize.Width() / 100 ) ;
aTmpSize.setHeight( aTmpSize.Height() * ( rFmt.GetBulletRelSize()) );
aTmpSize.setHeight( aTmpSize.Height() / 100 ) ;
// in case of a height of zero it is drawed in original height
// in case of a height of zero it is drawn in original height
if(!aTmpSize.Height())
aTmpSize.setHeight( 1 );
aFont.SetFontSize(aTmpSize);
......
......@@ -216,7 +216,7 @@ Dim vOptionButtons() As Variant, sGroupName As String
Dim lXY() As Long, iIndex() As Integer &apos; Two indexes X-Y coordinates
Dim oView As Object, oDatabaseForm As Object, vControls As Variant
Const cstPixels = 10 &apos; Tolerance on coordinates when drawed approximately
Const cstPixels = 10 &apos; Tolerance on coordinates when drawn approximately
bFound = False
Select Case psParentType
......@@ -296,4 +296,4 @@ Error_Function:
GoTo Exit_Function
End Function &apos; _OptionGroup V1.1.0
</script:module>
\ No newline at end of file
</script:module>
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