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

Fix typos

Change-Id: I4969e9e66de602a8c79774460a0215ef9d150372
Reviewed-on: https://gerrit.libreoffice.org/40795Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 1dddfbbd
......@@ -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");
......
......@@ -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
| / \ |
......
......@@ -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
*/
......
......@@ -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")
......
......@@ -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
......
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