Kaydet (Commit) b7b26dad authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Eike Rathke

Fix typos

Change-Id: I4922f95ebc38e80e471139880ed894eda89402a8
Reviewed-on: https://gerrit.libreoffice.org/72142
Tested-by: Jenkins
Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
üst f6f27ae3
...@@ -1846,7 +1846,7 @@ namespace drawinglayer ...@@ -1846,7 +1846,7 @@ namespace drawinglayer
{ {
// #i121185# When rotation or shear is used, a VCL Gradient cannot be used directly. // #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 // 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). // 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 // 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 // a fill style definition uses a Metafile. In this cases the graphic content is
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
639-3 three letter code. 639-3 three letter code.
If the Variant element designates a BCP 47 language tag (because the 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 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 ISO 639-3 for private use) to tell the language tag processor that the
actual language tag is in the Variant element. actual language tag is in the Variant element.
......
...@@ -157,7 +157,7 @@ public: ...@@ -157,7 +157,7 @@ public:
other code. other code.
ATTENTION! May return empty strings if the language tag is not ATTENTION! May return empty strings if the language tag is not
expressable in valid ISO codes! expressible in valid ISO codes!
@see isIsoODF() @see isIsoODF()
...@@ -191,7 +191,7 @@ public: ...@@ -191,7 +191,7 @@ public:
OUString getLanguageAndScript() const; OUString getLanguageAndScript() const;
/** Get ISO 3166 country alpha code. Empty if the BCP 47 tags denote a /** 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. Always resolves an empty tag to the system locale.
*/ */
......
...@@ -521,7 +521,7 @@ void SwVirtFlyDrawObj::wrap_DoPaintObject( ...@@ -521,7 +521,7 @@ void SwVirtFlyDrawObj::wrap_DoPaintObject(
{ {
// it is also necessary to restore the VCL MapMode from ViewInformation since e.g. // 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 // 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# // OD #i102707#
// new helper class to restore MapMode - restoration, only if // new helper class to restore MapMode - restoration, only if
// needed and consideration of paint for meta file creation . // needed and consideration of paint for meta file creation .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment