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

Fix typos

Change-Id: I101357736813bfd47fb15d347fd2c0a33133de56
Reviewed-on: https://gerrit.libreoffice.org/43506Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 66a33ea9
...@@ -201,7 +201,7 @@ void AboutDialog::SetLogo() ...@@ -201,7 +201,7 @@ void AboutDialog::SetLogo()
bool bOldAntiAliasSetting = aDrawOpt.IsAntiAliasing(); bool bOldAntiAliasSetting = aDrawOpt.IsAntiAliasing();
aDrawOpt.SetAntiAliasing(true); 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) && if (SfxApplication::loadBrandSvg("flat_logo", aLogoBitmap, nWidth) &&
!aLogoBitmap.IsEmpty()) !aLogoBitmap.IsEmpty())
{ {
......
...@@ -48,7 +48,7 @@ TextField::TextField() ...@@ -48,7 +48,7 @@ TextField::TextField()
namespace { 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. * 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 aFields the created fields. The list is empty if no field has been created.
* @param xModel the model * @param xModel the model
......
...@@ -112,9 +112,9 @@ struct TransitionInfo ...@@ -112,9 +112,9 @@ struct TransitionInfo
*/ */
bool mbOutInvertsSweep; bool mbOutInvertsSweep;
/** when true, scale clip polygon isotrophically to /** when true, scale clip polygon isotropically to
target size. when false, scale is target size. when false, scale is
anisotrophically. anisotropically.
*/ */
bool mbScaleIsotrophically; bool mbScaleIsotrophically;
......
...@@ -307,7 +307,7 @@ namespace drawinglayer ...@@ -307,7 +307,7 @@ namespace drawinglayer
} }
else if(rText.isAutoFit()) else if(rText.isAutoFit())
{ {
// isotrophically scaled text in range // isotropically scaled text in range
pNew = new SdrAutoFitTextPrimitive2D( pNew = new SdrAutoFitTextPrimitive2D(
&rText.getSdrText(), &rText.getSdrText(),
rText.getOutlinerParaObject(), rText.getOutlinerParaObject(),
......
...@@ -36,7 +36,7 @@ published interface XObjectInputStream: com::sun::star::io::XDataInputStream ...@@ -36,7 +36,7 @@ published interface XObjectInputStream: com::sun::star::io::XDataInputStream
{ {
/** reads an object from the stream. In general, it /** 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 calls read on the XPersistObject interface with itself
as argument. as argument.
*/ */
......
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