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:
committed by
Julien Nabet
parent
66a33ea9ef
commit
e8b5510a69
@@ -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()
|
|||||||
|
|
||||||
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
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -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
|
|||||||
}
|
}
|
||||||
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
|
|||||||
{
|
{
|
||||||
|
|
||||||
/** 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.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user