summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-27 23:41:27 +0200
committerMichael Stahl <mstahl@redhat.com>2017-03-28 20:43:04 +0000
commitfd3449946492e80811e4a51231cf1061c607d8b7 (patch)
treef69601fc4a063a8690af947d73be0373b38a370f /reportdesign
parent55ddbfc610d2a00e565ca7bcb0277da33bb90947 (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 'reportdesign')
-rw-r--r--reportdesign/source/filter/xml/xmlStyleImport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/filter/xml/xmlStyleImport.cxx b/reportdesign/source/filter/xml/xmlStyleImport.cxx
index 3d98f0e74c7a..fe62ee94cbd1 100644
--- a/reportdesign/source/filter/xml/xmlStyleImport.cxx
+++ b/reportdesign/source/filter/xml/xmlStyleImport.cxx
@@ -128,7 +128,7 @@ void OControlStyleContext::AddProperty(const sal_Int16 nContextID, const uno::An
sal_Int32 nIndex(static_cast<OReportStylesContext *>(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
}
void OControlStyleContext::SetAttribute( sal_uInt16 nPrefixKey,