diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:34:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:34:02 +0200 |
commit | 70e4329d0479305f16158a63878f335ee9232a5e (patch) | |
tree | de3e471ad7764d08daf0fdd1df88f3b184de12d6 /vcl | |
parent | c32b6be06bf5453d82d9aad64aed5f384c9d1d1f (diff) |
fdo#60724 successfull -> successful
Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/aqua/atsui/salgdi.h | 2 | ||||
-rw-r--r-- | vcl/inc/coretext/salgdi.h | 2 | ||||
-rw-r--r-- | vcl/inc/win/salgdi.h | 2 | ||||
-rw-r--r-- | vcl/source/filter/FilterConfigCache.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/vcl/inc/aqua/atsui/salgdi.h b/vcl/inc/aqua/atsui/salgdi.h index cb5941b9fce9..288713726d6e 100644 --- a/vcl/inc/aqua/atsui/salgdi.h +++ b/vcl/inc/aqua/atsui/salgdi.h @@ -273,7 +273,7 @@ public: virtual bool AddTempDevFont( ImplDevFontList*, const OUString& rFileURL, const OUString& rFontName ); // CreateFontSubset: a method to get a subset of glyhps of a font // inside a new valid font file - // returns TRUE if creation of subset was successfull + // returns TRUE if creation of subset was successful // parameters: rToFile: contains a osl file URL to write the subset to // pFont: describes from which font to create a subset // pGlyphIDs: the glyph ids to be extracted diff --git a/vcl/inc/coretext/salgdi.h b/vcl/inc/coretext/salgdi.h index 220e2e368781..b97d99770ab2 100644 --- a/vcl/inc/coretext/salgdi.h +++ b/vcl/inc/coretext/salgdi.h @@ -238,7 +238,7 @@ public: const OUString& rFontName ); // CreateFontSubset: a method to get a subset of glyhps of a font // inside a new valid font file - // returns TRUE if creation of subset was successfull + // returns TRUE if creation of subset was successful // parameters: rToFile: contains a osl file URL to write the subset to // pFont: describes from which font to create a subset // pGlyphIDs: the glyph ids to be extracted diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index b26671b10985..31a04dce6ee9 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -302,7 +302,7 @@ public: virtual bool AddTempDevFont( ImplDevFontList*, const OUString& rFileURL, const OUString& rFontName ); // CreateFontSubset: a method to get a subset of glyhps of a font // inside a new valid font file - // returns TRUE if creation of subset was successfull + // returns TRUE if creation of subset was successful // parameters: rToFile: contains a osl file URL to write the subset to // pFont: describes from which font to create a subset // pGlyphIDs: the glyph ids to be extracted diff --git a/vcl/source/filter/FilterConfigCache.cxx b/vcl/source/filter/FilterConfigCache.cxx index e354457bf676..fea57af45199 100644 --- a/vcl/source/filter/FilterConfigCache.cxx +++ b/vcl/source/filter/FilterConfigCache.cxx @@ -113,7 +113,7 @@ String FilterConfigCache::FilterConfigCacheEntry::GetShortName() specify, which config package should be opened. Must be one of "types" or "filters" - @return A valid object if open was successfull. The access on opened + @return A valid object if open was successful. The access on opened data will be readonly. It returns NULL in case open failed. @throws It let pass RuntimeExceptions only. |