summaryrefslogtreecommitdiff
path: root/drawinglayer/inc/drawinglayer/primitive2d/graphicprimitive2d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/inc/drawinglayer/primitive2d/graphicprimitive2d.hxx')
-rw-r--r--drawinglayer/inc/drawinglayer/primitive2d/graphicprimitive2d.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/drawinglayer/inc/drawinglayer/primitive2d/graphicprimitive2d.hxx b/drawinglayer/inc/drawinglayer/primitive2d/graphicprimitive2d.hxx
index 2f4c52ff1532..10a4bde7bee0 100644
--- a/drawinglayer/inc/drawinglayer/primitive2d/graphicprimitive2d.hxx
+++ b/drawinglayer/inc/drawinglayer/primitive2d/graphicprimitive2d.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,7 +42,7 @@ namespace drawinglayer
/** GraphicPrimitive2D class
Primitive to hold graphics defined by GraphicObject and GraphicAttr
- combination. This includes MetaFiles and diverse pixel-oriented graphic
+ combination. This includes MetaFiles and diverse pixel-oriented graphic
formats. It even includes animated GIFs, Croppings and other changes
defined in GraphicAttr.
@@ -58,13 +58,13 @@ namespace drawinglayer
{
private:
/// the geometric definition
- basegfx::B2DHomMatrix maTransform;
+ basegfx::B2DHomMatrix maTransform;
/// the GraphicObject with all it's content possibilities
- GraphicObject maGraphicObject;
+ GraphicObject maGraphicObject;
/// The GraphicAttr with all it's modification possibilities
- GraphicAttr maGraphicAttr;
+ GraphicAttr maGraphicAttr;
protected:
/// local decomposition
@@ -73,11 +73,11 @@ namespace drawinglayer
public:
/// constructor(s)
GraphicPrimitive2D(
- const basegfx::B2DHomMatrix& rTransform,
+ const basegfx::B2DHomMatrix& rTransform,
const GraphicObject& rGraphicObject,
const GraphicAttr& rGraphicAttr);
GraphicPrimitive2D(
- const basegfx::B2DHomMatrix& rTransform,
+ const basegfx::B2DHomMatrix& rTransform,
const GraphicObject& rGraphicObject);
/// data read access