summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/PositionAndSizeHelper.cxx
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-18 12:37:04 +0800
committerMichael Meeks <michael.meeks@suse.com>2012-02-18 09:35:43 +0000
commit23af031b09dffe37222517d69f5337db26fdb307 (patch)
treeae1219ec20ccacd0fe9fdc0fc539e5b8f41420d3 /chart2/source/controller/main/PositionAndSizeHelper.cxx
parent78e9ba6febb7402d4661fbf7934a2526efc8629a (diff)
Fix typos in comments
Diffstat (limited to 'chart2/source/controller/main/PositionAndSizeHelper.cxx')
-rw-r--r--chart2/source/controller/main/PositionAndSizeHelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/main/PositionAndSizeHelper.cxx b/chart2/source/controller/main/PositionAndSizeHelper.cxx
index 61b4c305b8c7..ad046b5e37d8 100644
--- a/chart2/source/controller/main/PositionAndSizeHelper.cxx
+++ b/chart2/source/controller/main/PositionAndSizeHelper.cxx
@@ -61,7 +61,7 @@ bool PositionAndSizeHelper::moveObject( ObjectType eObjectType
if( OBJECTTYPE_TITLE==eObjectType )
{
- //@todo decide wether x is primary or secondary
+ //@todo decide whether x is primary or secondary
chart2::RelativePosition aRelativePosition;
aRelativePosition.Anchor = drawing::Alignment_CENTER;
//the anchor point at the title object is top/middle
@@ -72,7 +72,7 @@ bool PositionAndSizeHelper::moveObject( ObjectType eObjectType
}
else if( OBJECTTYPE_DATA_CURVE_EQUATION==eObjectType )
{
- //@todo decide wether x is primary or secondary
+ //@todo decide whether x is primary or secondary
chart2::RelativePosition aRelativePosition;
aRelativePosition.Anchor = drawing::Alignment_TOP_LEFT;
//the anchor point at the title object is top/middle
@@ -113,7 +113,7 @@ bool PositionAndSizeHelper::moveObject( ObjectType eObjectType
}
else if(OBJECTTYPE_DIAGRAM==eObjectType || OBJECTTYPE_DIAGRAM_WALL==eObjectType || OBJECTTYPE_DIAGRAM_FLOOR==eObjectType)
{
- //@todo decide wether x is primary or secondary
+ //@todo decide whether x is primary or secondary
//set position:
chart2::RelativePosition aRelativePosition;