Fix typos

Change-Id: Ifddd2533b767924791338555031b848c59980c52
Reviewed-on: https://gerrit.libreoffice.org/18989
Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
This commit is contained in:
Andrea Gelmini
2015-09-29 18:12:15 +02:00
committed by Joren De Cuyper
parent 3406ae78a5
commit a2a5187a8f
15 changed files with 16 additions and 16 deletions

View File

@@ -1451,7 +1451,7 @@ void ControlContainerBase::ImplSetPosSize( Reference< XControl >& rxCtrl )
}
sal_Int16 nH = aFM.Ascent + aFM.Descent;
sal_Int16 nW = nH/2; // calculate avarege width?!
sal_Int16 nW = nH/2; // calculate average width?!
nX *= nW;
nX /= 4;