diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-24 19:48:51 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-24 23:34:49 +0200 |
commit | afad1a0cbc893291ea32baa7234c4ed7a5ffcf80 (patch) | |
tree | 5cbda7f60e7d3efb1cb6d939a40efee08e434167 /vcl | |
parent | 30320abbef8fabfeadda2b31b72f595c4a1c1ed9 (diff) |
Fix typos
Change-Id: Ib778a6598f3797fe871a25b56b7b4b7761889296
Reviewed-on: https://gerrit.libreoffice.org/76269
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/generic/print/common_gfx.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/print/common_gfx.cxx b/vcl/unx/generic/print/common_gfx.cxx index b2bde146b3bc..39d5e0ceb38c 100644 --- a/vcl/unx/generic/print/common_gfx.cxx +++ b/vcl/unx/generic/print/common_gfx.cxx @@ -919,7 +919,7 @@ PrinterGfx::PSBinPath (const Point& rCurrent, Point& rOld, sal_Int32 nXPrec = getAlignedHexValueOf (rCurrent.X() - rOld.X(), pPath); sal_Int32 nYPrec = getAlignedHexValueOf (rCurrent.Y() - rOld.Y(), pPath); - // build the command, it is a char with bit represention 000cxxyy + // build the command, it is a char with bit representation 000cxxyy // c represents the char, xx and yy repr. the field width of the dx and dy shift, // dx and dy represent the number of bytes to read after the opcode sal_Char cCmd = (eType == lineto ? sal_Char(0x00) : sal_Char(0x10)); |