diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/osx/HtmlFmtFlt.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/bitmap.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/generic/print/common_gfx.cxx | 2 | ||||
-rw-r--r-- | vcl/workben/vcldemo.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/vcl/osx/HtmlFmtFlt.cxx b/vcl/osx/HtmlFmtFlt.cxx index 8431a5513a04..5c32772aa512 100644 --- a/vcl/osx/HtmlFmtFlt.cxx +++ b/vcl/osx/HtmlFmtFlt.cxx @@ -34,7 +34,7 @@ using namespace com::sun::star::uno; // well known under MS Windows // the MS HTML Format has a header before the real html data -// Version:1.0 Version number of the clipboard. Staring is 0.9 +// Version:1.0 Version number of the clipboard. Starting is 0.9 // StartHTML: Byte count from the beginning of the clipboard to the start // of the context, or -1 if no context // EndHTML: Byte count from the beginning of the clipboard to the end diff --git a/vcl/source/gdi/bitmap.cxx b/vcl/source/gdi/bitmap.cxx index 94646dc286a1..bce74703689c 100644 --- a/vcl/source/gdi/bitmap.cxx +++ b/vcl/source/gdi/bitmap.cxx @@ -1119,7 +1119,7 @@ Bitmap Bitmap::CreateMask( const Color& rTransColor, sal_uLong nTol ) const if (!nTol && pReadAcc && (pReadAcc->GetScanlineFormat() == ScanlineFormat::N1BitLsbPal || pReadAcc->GetScanlineFormat() == ScanlineFormat::N1BitMsbPal) && pReadAcc->GetBestMatchingColor(Color(COL_WHITE)) == pReadAcc->GetBestMatchingColor(rTransColor)) { - //if we're a 1 bit pixel already, and the transcolor matches the color that would replace it already already, then just return a copy + //if we're a 1 bit pixel already, and the transcolor matches the color that would replace it already, then just return a copy return *this; } diff --git a/vcl/unx/generic/print/common_gfx.cxx b/vcl/unx/generic/print/common_gfx.cxx index 6fee6f53b485..8b96f5039d07 100644 --- a/vcl/unx/generic/print/common_gfx.cxx +++ b/vcl/unx/generic/print/common_gfx.cxx @@ -49,7 +49,7 @@ GraphicsStatus::GraphicsStatus() : } /* - * non graphics graphics routines + * non graphics routines */ void diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx index 48a0bb0bc2ca..1825bbd22c55 100644 --- a/vcl/workben/vcldemo.cxx +++ b/vcl/workben/vcldemo.cxx @@ -518,7 +518,7 @@ public: #define SET(font,string) { font, reinterpret_cast<const char *>(string) } SET("sans", "a"), // logical font - no 'sans' font. SET("opensymbol", "#$%"), // font fallback - $ is missing. - SET("sans", pInvalid), // unicode invalid character character + SET("sans", pInvalid), // unicode invalid character // tdf#96266 - stacking diacritics SET("carlito", pDiacritic1), SET("carlito", pDiacritic2), |