diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-27 23:41:27 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-03-28 20:43:04 +0000 |
commit | fd3449946492e80811e4a51231cf1061c607d8b7 (patch) | |
tree | f69601fc4a063a8690af947d73be0373b38a370f /sc/source | |
parent | 55ddbfc610d2a00e565ca7bcb0277da33bb90947 (diff) |
Fix typos
Change-Id: Ibef75de246fb31884153437fe8c05e299fe5962f
Reviewed-on: https://gerrit.libreoffice.org/35782
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/filter/inc/xlchart.hxx | 2 | ||||
-rw-r--r-- | sc/source/filter/xml/xmlstyli.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xlchart.hxx b/sc/source/filter/inc/xlchart.hxx index 8aa8a47010f4..8640b348c856 100644 --- a/sc/source/filter/inc/xlchart.hxx +++ b/sc/source/filter/inc/xlchart.hxx @@ -1286,7 +1286,7 @@ public: /** Returns a named formatting object from the chart document. */ css::uno::Any GetObject( const OUString& rObjName ); - /** Insertes a named formatting object into the chart document. */ + /** Inserts a named formatting object into the chart document. */ OUString InsertObject( const css::uno::Any& rObj ); private: diff --git a/sc/source/filter/xml/xmlstyli.cxx b/sc/source/filter/xml/xmlstyli.cxx index b6f4d63b171e..49a16ace04a3 100644 --- a/sc/source/filter/xml/xmlstyli.cxx +++ b/sc/source/filter/xml/xmlstyli.cxx @@ -581,7 +581,7 @@ void XMLTableStyleContext::AddProperty(const sal_Int16 nContextID, const uno::An sal_Int32 nIndex(static_cast<XMLTableStylesContext *>(pStyles)->GetIndex(nContextID)); OSL_ENSURE(nIndex != -1, "Property not found in Map"); XMLPropertyState aPropState(nIndex, rValue); - GetProperties().push_back(aPropState); // has to be insertes in a sort order later + GetProperties().push_back(aPropState); // has to be inserted in a sort order later } XMLPropertyState* XMLTableStyleContext::FindProperty(const sal_Int16 nContextID) |