From b7b26dadf7620206ef7a581f62dda99576b57b35 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 11 May 2019 07:46:31 +0000 Subject: Fix typos Change-Id: I4922f95ebc38e80e471139880ed894eda89402a8 Reviewed-on: https://gerrit.libreoffice.org/72142 Tested-by: Jenkins Reviewed-by: Eike Rathke --- drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 +- i18npool/source/localedata/data/locale.dtd | 2 +- include/i18nlangtag/languagetag.hxx | 4 ++-- sw/source/core/draw/dflyobj.cxx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx index 78e98f9cc206..4c6c595d9349 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx @@ -1846,7 +1846,7 @@ namespace drawinglayer { // #i121185# When rotation or shear is used, a VCL Gradient cannot be used directly. // This is because VCL Gradient mechanism does *not* support to rotate the gradient - // with objects and this case is not expressable in a Metafile (and cannot be added + // with objects and this case is not expressible in a Metafile (and cannot be added // since the FileFormats used, e.g. *.wmf, do not support it either). // Such cases happen when a graphic object uses a Metafile as graphic information or // a fill style definition uses a Metafile. In this cases the graphic content is diff --git a/i18npool/source/localedata/data/locale.dtd b/i18npool/source/localedata/data/locale.dtd index 6cfd1f0e2a27..e348fdc1905a 100644 --- a/i18npool/source/localedata/data/locale.dtd +++ b/i18npool/source/localedata/data/locale.dtd @@ -129,7 +129,7 @@ 639-3 three letter code. If the Variant element designates a BCP 47 language tag (because the - locale is not expressable as a Language,Country pair, for example contains + locale is not expressible as a Language,Country pair, for example contains a script tag) then the LangID value MUST be the code 'qlt' (reserved by ISO 639-3 for private use) to tell the language tag processor that the actual language tag is in the Variant element. diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx index 385556eaae0c..2d102a500c27 100644 --- a/include/i18nlangtag/languagetag.hxx +++ b/include/i18nlangtag/languagetag.hxx @@ -157,7 +157,7 @@ public: other code. ATTENTION! May return empty strings if the language tag is not - expressable in valid ISO codes! + expressible in valid ISO codes! @see isIsoODF() @@ -191,7 +191,7 @@ public: OUString getLanguageAndScript() const; /** Get ISO 3166 country alpha code. Empty if the BCP 47 tags denote a - region not expressable as 2 character country code. + region not expressible as 2 character country code. Always resolves an empty tag to the system locale. */ diff --git a/sw/source/core/draw/dflyobj.cxx b/sw/source/core/draw/dflyobj.cxx index 0b510dd767c9..890ee455a28a 100644 --- a/sw/source/core/draw/dflyobj.cxx +++ b/sw/source/core/draw/dflyobj.cxx @@ -521,7 +521,7 @@ void SwVirtFlyDrawObj::wrap_DoPaintObject( { // it is also necessary to restore the VCL MapMode from ViewInformation since e.g. // the VCL PixelRenderer resets it at the used OutputDevice. Unfortunately, this - // excludes shears and rotates which are not expressable in MapMode. + // excludes shears and rotates which are not expressible in MapMode. // OD #i102707# // new helper class to restore MapMode - restoration, only if // needed and consideration of paint for meta file creation . -- cgit