diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-10-02 10:52:20 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-02 08:54:51 +0000 |
commit | 2957be02c5c4847046b9d192c7a76717c8849559 (patch) | |
tree | c46be85eb3a51dbbce048227282ca748ddf77676 /chart2 | |
parent | 34ab9e2e1790f053910a71cf7b8a7e2f054ddd34 (diff) |
Fix typos
Change-Id: I776c517ba87838c0c3391f79010a30fa7fe2abd3
Reviewed-on: https://gerrit.libreoffice.org/18939
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/qa/extras/chart2import.cxx | 2 | ||||
-rw-r--r-- | chart2/source/controller/chartapiwrapper/Chart2ModelContact.hxx | 2 | ||||
-rw-r--r-- | chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/chart2/qa/extras/chart2import.cxx b/chart2/qa/extras/chart2import.cxx index 3c33e1f7686a..3ab06008ab47 100644 --- a/chart2/qa/extras/chart2import.cxx +++ b/chart2/qa/extras/chart2import.cxx @@ -58,7 +58,7 @@ public: void testFdo78080(); void testFdo54361(); void testFdo54361_1(); - void testTdf86624(); // manualy placed legends + void testTdf86624(); // manually placed legends void testAutoBackgroundXLSX(); void testChartAreaStyleBackgroundXLSX(); void testAxisTextRotationXLSX(); diff --git a/chart2/source/controller/chartapiwrapper/Chart2ModelContact.hxx b/chart2/source/controller/chartapiwrapper/Chart2ModelContact.hxx index b315e16926f9..56a0c2ded580 100644 --- a/chart2/source/controller/chartapiwrapper/Chart2ModelContact.hxx +++ b/chart2/source/controller/chartapiwrapper/Chart2ModelContact.hxx @@ -87,7 +87,7 @@ public: */ ::com::sun::star::awt::Size GetPageSize() const; - /** calculates the current axes title sizes and subtract that space them from the given recangle + /** calculates the current axes title sizes and subtract that space them from the given rectangle */ ::com::sun::star::awt::Rectangle SubstractAxisTitleSizes( const ::com::sun::star::awt::Rectangle& rPositionRect ); diff --git a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx index 0df43ed6c9e3..a294e759fe4a 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx @@ -294,7 +294,7 @@ beans::PropertyState WrappedSymbolTypeProperty::getPropertyState( const Referenc throw (beans::UnknownPropertyException, uno::RuntimeException) { //the special situation for this property here is that the diagram default can be - //different from the normal default and different from all sinlges series values + //different from the normal default and different from all singles series values //so we need to return PropertyState_DIRECT_VALUE for more cases if( m_ePropertyType == DATA_SERIES && //single series or point |