Fix typos

Change-Id: I101357736813bfd47fb15d347fd2c0a33133de56
Reviewed-on: https://gerrit.libreoffice.org/43506
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins <ci@libreoffice.org>
This commit is contained in:
Andrea Gelmini 2017-10-18 16:21:52 +02:00 committed by Julien Nabet
parent 66a33ea9ef
commit e8b5510a69
6 changed files with 173 additions and 173 deletions

View file

@ -201,7 +201,7 @@ void AboutDialog::SetLogo()
bool bOldAntiAliasSetting = aDrawOpt.IsAntiAliasing();
aDrawOpt.SetAntiAliasing(true);
// load svg logo, specify desired width, scale height isotrophically
// load svg logo, specify desired width, scale height isotropically
if (SfxApplication::loadBrandSvg("flat_logo", aLogoBitmap, nWidth) &&
!aLogoBitmap.IsEmpty())
{

View file

@ -48,7 +48,7 @@ TextField::TextField()
namespace {
/** instanciate the textfields. Because of semantics difference between
/** instantiate the textfields. Because of semantics difference between
* OpenXML and OpenOffice, some OpenXML field might cause two fields to be created.
* @param aFields the created fields. The list is empty if no field has been created.
* @param xModel the model

File diff suppressed because it is too large Load diff

View file

@ -112,9 +112,9 @@ struct TransitionInfo
*/
bool mbOutInvertsSweep;
/** when true, scale clip polygon isotrophically to
/** when true, scale clip polygon isotropically to
target size. when false, scale is
anisotrophically.
anisotropically.
*/
bool mbScaleIsotrophically;

View file

@ -307,7 +307,7 @@ namespace drawinglayer
}
else if(rText.isAutoFit())
{
// isotrophically scaled text in range
// isotropically scaled text in range
pNew = new SdrAutoFitTextPrimitive2D(
&rText.getSdrText(),
rText.getOutlinerParaObject(),

View file

@ -36,7 +36,7 @@ published interface XObjectInputStream: com::sun::star::io::XDataInputStream
{
/** reads an object from the stream. In general, it
reads the service name, instantiaties the object and
reads the service name, instantiates the object and
calls read on the XPersistObject interface with itself
as argument.
*/