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:
committed by
Joren De Cuyper
parent
3406ae78a5
commit
a2a5187a8f
@@ -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;
|
||||
|
Reference in New Issue
Block a user