summaryrefslogtreecommitdiff
path: root/xmloff/source/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:26:18 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-07-03 09:14:23 +0000
commit1c5f07e60cfd81f27ad3aea0b56634554f3ef5a9 (patch)
treeb3483c88ce443c8e8764b11782be236fc2e0170a /xmloff/source/forms
parent87dc6c82d5cd174ae2384b66a203a93402b43291 (diff)
Fix typos
Change-Id: I98b4dfb0f72f315065693335e2f882bb2eed3afe Reviewed-on: https://gerrit.libreoffice.org/16713 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'xmloff/source/forms')
-rw-r--r--xmloff/source/forms/attriblistmerge.hxx2
-rw-r--r--xmloff/source/forms/elementimport.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/forms/attriblistmerge.hxx b/xmloff/source/forms/attriblistmerge.hxx
index 6d63d0180e69..576db3295a07 100644
--- a/xmloff/source/forms/attriblistmerge.hxx
+++ b/xmloff/source/forms/attriblistmerge.hxx
@@ -51,7 +51,7 @@ namespace xmloff
OAttribListMerger() { }
// attribute list handling
- // (very thinn at the moment ... only adding lists is allowed ... add more if you need it :)
+ // (very thin at the moment... only adding lists is allowed... add more if you need it :)
void addList(const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& _rList);
// XAttributeList
diff --git a/xmloff/source/forms/elementimport.cxx b/xmloff/source/forms/elementimport.cxx
index 8aed521fd350..f69a4cf3b82f 100644
--- a/xmloff/source/forms/elementimport.cxx
+++ b/xmloff/source/forms/elementimport.cxx
@@ -2018,7 +2018,7 @@ namespace xmloff
aElements.push_back(sElement);
- // swith to the next element
+ // switch to the next element
nElementStart = 1 + nNextSep;
}
while (nElementStart < nLength);