summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-12-20 16:39:24 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-12-20 16:39:24 +0100
commitb63571f510793376a334d346974d4d0d73b9a0ff (patch)
tree73f5bfeadb67c697cf8474381e021b9e23beb863 /vcl
parentdc08157dff6d997b4e5b19c9496ddf54727ba26f (diff)
Typos
Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/sft.hxx6
-rw-r--r--vcl/source/filter/wmf/wmfwr.hxx2
2 files changed, 4 insertions, 4 deletions
diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx
index 5d0f4938fa46..2aae5f7e5be6 100644
--- a/vcl/inc/sft.hxx
+++ b/vcl/inc/sft.hxx
@@ -367,7 +367,7 @@ namespace vcl
#ifndef NO_TYPE3
/**
* Generates a new PostScript Type 3 font and dumps it to <b>outf</b> file.
- * This functions subsititues glyph 0 for all glyphIDs that are not found in the font.
+ * This function substitutes glyph 0 for all glyphIDs that are not found in the font.
* @param ttf pointer to the TrueTypeFont structure
* @param outf the resulting font is written to this stream
* @param fname font name for the new font. If it is NULL the PostScript name of the
@@ -388,7 +388,7 @@ namespace vcl
#ifndef NO_TTCR
/**
* Generates a new TrueType font and dumps it to <b>outf</b> file.
- * This functions subsititues glyph 0 for all glyphIDs that are not found in the font.
+ * This function substitutes glyph 0 for all glyphIDs that are not found in the font.
* @param ttf pointer to the TrueTypeFont structure
* @param fname file name for the output TrueType font file
* @param glyphArray pointer to an array of glyphs that are to be extracted from ttf. The first
@@ -419,7 +419,7 @@ namespace vcl
#ifndef NO_TYPE42
/**
* Generates a new PostScript Type42 font and dumps it to <b>outf</b> file.
- * This functions subsititues glyph 0 for all glyphIDs that are not found in the font.
+ * This function substitutes glyph 0 for all glyphIDs that are not found in the font.
* @param ttf pointer to the TrueTypeFont structure
* @param outf output stream for a resulting font
* @param psname PostScript name of the resulting font
diff --git a/vcl/source/filter/wmf/wmfwr.hxx b/vcl/source/filter/wmf/wmfwr.hxx
index 93ca0d5ddbe2..c27a8eb3be7f 100644
--- a/vcl/source/filter/wmf/wmfwr.hxx
+++ b/vcl/source/filter/wmf/wmfwr.hxx
@@ -110,7 +110,7 @@ private:
bool bEmbedEMF; // optionally embedd EMF data into WMF
void MayCallback();
- // this functions calculates percentage using the above 5 parameters
+ // this function calculates percentage using the above 5 parameters
// and triggers a callback if needed. Puts bStatus to FALSE if the
// users wants to abort.