[Libreoffice-commits] core.git: cui/source wizards/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Aug 12 16:09:53 UTC 2018
cui/source/tabpages/numpages.cxx | 2 +-
wizards/source/access2base/Methods.xba | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 7c93e4d72f74b57b335617717e6e4788022d5369
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 12 16:14:04 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Aug 12 18:09:33 2018 +0200
Fix typos
Change-Id: I673b9121968ff79e6313e4019bc02a3364b4737f
Reviewed-on: https://gerrit.libreoffice.org/58901
Reviewed-by: Jean-Pierre Ledure <jp at ledure.be>
Tested-by: Jean-Pierre Ledure <jp at ledure.be>
Tested-by: Jenkins
diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx
index abb258b84ef0..439086981462 100644
--- a/cui/source/tabpages/numpages.cxx
+++ b/cui/source/tabpages/numpages.cxx
@@ -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);
diff --git a/wizards/source/access2base/Methods.xba b/wizards/source/access2base/Methods.xba
index d48703169dfb..2d5906c7c5bb 100644
--- a/wizards/source/access2base/Methods.xba
+++ b/wizards/source/access2base/Methods.xba
@@ -216,7 +216,7 @@ Dim vOptionButtons() As Variant, sGroupName As String
Dim lXY() As Long, iIndex() As Integer ' Two indexes X-Y coordinates
Dim oView As Object, oDatabaseForm As Object, vControls As Variant
-Const cstPixels = 10 ' Tolerance on coordinates when drawed approximately
+Const cstPixels = 10 ' Tolerance on coordinates when drawn approximately
bFound = False
Select Case psParentType
@@ -296,4 +296,4 @@ Error_Function:
GoTo Exit_Function
End Function ' _OptionGroup V1.1.0
-</script:module>
\ No newline at end of file
+</script:module>
More information about the Libreoffice-commits
mailing list