[Libreoffice-commits] core.git: chart2/source

Julien Nabet serval2412 at yahoo.fr
Fri Mar 13 14:48:06 PDT 2015


 chart2/source/view/main/PropertyMapper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fac344f14736929219e2b34fcbee43737fa39d17
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Fri Mar 13 22:47:31 2015 +0100

    Typo: taget->target
    
    Change-Id: Id46e36734a3ef6eccfb59d69d87eb48bb86ac2fd

diff --git a/chart2/source/view/main/PropertyMapper.cxx b/chart2/source/view/main/PropertyMapper.cxx
index 1cff389..c373f38 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 )


More information about the Libreoffice-commits mailing list