diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-10 19:59:38 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-10 20:22:50 +0300 |
commit | 6835d9f3074c1030be6632bdaff6c8398c696429 (patch) | |
tree | 90bdc179c3522a71f87fef348d9aaced458b611d /include/drawinglayer | |
parent | a8877197072523ec60fadb138f9790aa2bf66cd2 (diff) |
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'include/drawinglayer')
6 files changed, 7 insertions, 7 deletions
diff --git a/include/drawinglayer/primitive2d/graphicprimitive2d.hxx b/include/drawinglayer/primitive2d/graphicprimitive2d.hxx index 1446412c0081..91cc44eec6cb 100644 --- a/include/drawinglayer/primitive2d/graphicprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/graphicprimitive2d.hxx @@ -53,10 +53,10 @@ namespace drawinglayer /// the geometric definition basegfx::B2DHomMatrix maTransform; - /// the GraphicObject with all it's content possibilities + /// the GraphicObject with all its content possibilities GraphicObject maGraphicObject; - /// The GraphicAttr with all it's modification possibilities + /// The GraphicAttr with all its modification possibilities GraphicAttr maGraphicAttr; protected: diff --git a/include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx b/include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx index 0da0052c70b3..628ceb43d4f5 100644 --- a/include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx @@ -37,7 +37,7 @@ namespace drawinglayer // line geometry. In a further enchanced version this may change to 'if neither // filled nor lines' creation criteria. The whole primitive decomposes to nothing, // so no one not knowing it will be influenced. Only helper processors for hit test - // (and maybe BoundRect extractors) will use it and it's children subcontent. + // (and maybe BoundRect extractors) will use it and its children subcontent. class DRAWINGLAYER_DLLPUBLIC HiddenGeometryPrimitive2D : public GroupPrimitive2D { public: diff --git a/include/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx b/include/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx index 1f37fbcfc819..156a0ceb3873 100644 --- a/include/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx @@ -36,7 +36,7 @@ namespace drawinglayer /** ModifiedColorPrimitive2D class This primitive is a grouping primitive and allows to define - how the colors of it's child content shall be modified for + how the colors of its child content shall be modified for visualisation. This can be (and is) used e.g. for generic shadow visualisation by forcing all color usages of the contained sub-content to the shadow color. diff --git a/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx b/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx index 91323b224035..60409dd7d414 100644 --- a/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx @@ -40,7 +40,7 @@ namespace drawinglayer This primitive encapsulates these and the VCLPdfRenderer uses it to apply the needed infos directly to the pdf export in a compatible way. - If a renderer ignores this, it just decomposes to it's child + If a renderer ignores this, it just decomposes to its child content. */ class DRAWINGLAYER_DLLPUBLIC StructureTagPrimitive2D : public GroupPrimitive2D diff --git a/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx b/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx index 7f47c8817048..f9f6db3dd01a 100644 --- a/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx +++ b/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx @@ -39,7 +39,7 @@ namespace drawinglayer // to 'if neither filled nor lines' creation criteria. The whole primitive // decomposes to nothing, so no one not knowing it will be influenced. Only // helper processors for hit test (and maybe BoundRect extractors) will - // use it and it's children subcontent. + // use it and its children subcontent. class DRAWINGLAYER_DLLPUBLIC HiddenGeometryPrimitive3D : public GroupPrimitive3D { public: diff --git a/include/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx b/include/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx index 437355104054..5c0eecea7355 100644 --- a/include/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx +++ b/include/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx @@ -34,7 +34,7 @@ namespace drawinglayer /** ModifiedColorPrimitive3D class This primitive is a grouping primitive and allows to define - how the colors of it's child content shall be modified for + how the colors of its child content shall be modified for visualisation. Please see the ModifiedColorPrimitive2D description for more info. */ |