summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive2d')
-rw-r--r--include/drawinglayer/primitive2d/graphicprimitive2d.hxx4
-rw-r--r--include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive2d/structuretagprimitive2d.hxx2
4 files changed, 5 insertions, 5 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