Fix typos

Change-Id: I4969e9e66de602a8c79774460a0215ef9d150372
Reviewed-on: https://gerrit.libreoffice.org/40795
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2017-08-07 16:47:41 +02:00
committed by Julien Nabet
parent 1dddfbbdce
commit c81d7eb7cd
5 changed files with 7 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ namespace emfplushelper
s.ReadUInt32(stringAlignment).ReadUInt32(lineAlign).ReadUInt32(digitSubstitution).ReadUInt32(digitLanguage);
s.ReadFloat(firstTabOffset).ReadInt32(hotkeyPrefix).ReadFloat(leadingMargin).ReadFloat(trailingMargin).ReadFloat(tracking);
s.ReadInt32(trimming).ReadInt32(tabStopCount).ReadInt32(rangeCount);
// keep olny the last 16 Bits of language
// keep only the last 16 bits of language
language >>= 16;
digitLanguage >>= 16;
SAL_WARN_IF((header >> 12) != 0xdbc01, "cppcanvas.emf", "Invalid header - not 0xdbc01");

View File

@@ -298,7 +298,7 @@ SVX_DLLPUBLIC long GetTLDiagOffset( long nVerOffs, long nDiagOffs, double fAngle
frame borders). Of course this function can be used for vertical frame
borders as well.
The follong picture shows the meaning of all passed parameters:
The following picture shows the meaning of all passed parameters:
\ rTFromT /
\ | /
@@ -354,7 +354,7 @@ SVX_DLLPUBLIC bool CheckFrameBorderConnectable(
border coming from top-right, connected to the left end of rBorder (and
therefore a diagonal frame border).
The follong picture shows the meaning of all passed parameters:
The following picture shows the meaning of all passed parameters:
rLFromT / \ rRFromT
| / \ |

View File

@@ -24,8 +24,8 @@
module com { module sun { module star { module text {
/** This constants define how a time field is formatted before it is displayed.
The formate may also depend on the system or document locale.
/** These constants define how a time field is formatted before it is displayed.
The format may also depend on the system or document locale.
@deprecated
*/

View File

@@ -937,7 +937,7 @@
/*--------------------------------------------------------------------
Description: path name
--------------------------------------------------------------------*/
// Formate FileName
// Format FileName
#define FMT_FF_NAME NC_("FMT_FF_NAME", "File name")
#define FMT_FF_NAME_NOEXT NC_("FMT_FF_NAME_NOEXT", "File name without extension")
#define FMT_FF_PATHNAME NC_("FMT_FF_PATHNAME", "Path/File name")

View File

@@ -3170,7 +3170,7 @@ void SwXTextDocument::setClientZoom(int nTilePixelWidth_, int /*nTilePixelHeight
{
// Here we set the zoom value as it has been set by the user in the client.
// This value is used in postMouseEvent and setGraphicSelection methods
// for in place chart editing. We assume that x and y scale is rougly
// for in place chart editing. We assume that x and y scale is roughly
// the same.
// Indeed we could set mnTilePixelWidth, mnTilePixelHeight, mnTileTwipWidth,
// mnTileTwipHeight data members of this class but they are not very useful