diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-13 22:47:31 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-13 22:47:31 +0100 |
commit | fac344f14736929219e2b34fcbee43737fa39d17 (patch) | |
tree | e6dfe3b5c06e7dce27f7a54014826cad87245385 | |
parent | 47fad74112cae23f636828489c318d09e46ba0ce (diff) |
Typo: taget->target
Change-Id: Id46e36734a3ef6eccfb59d69d87eb48bb86ac2fd
-rw-r--r-- | chart2/source/view/main/PropertyMapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/PropertyMapper.cxx b/chart2/source/view/main/PropertyMapper.cxx index 1cff389c9c2d..c373f38561ee 100644 --- a/chart2/source/view/main/PropertyMapper.cxx +++ b/chart2/source/view/main/PropertyMapper.cxx @@ -337,7 +337,7 @@ const tMakePropertyNameMap& PropertyMapper::getPropertyNameMapForLineSeriesPrope const tMakePropertyNameMap& PropertyMapper::getPropertyNameMapForTextLabelProperties() { - // taget name (drawing layer) : source name (chart model) + // target name (drawing layer) : source name (chart model) static tMakePropertyNameMap aMap = tMakePropertyNameMap ( getPropertyNameMapForCharacterProperties() ) ( "LineStyle", CHART_UNONAME_LABEL_BORDER_STYLE ) |