diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-23 14:39:22 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-01-05 12:57:18 +0200 |
commit | 54942f0d093e42b06c7a6c10e93d632bfe0c6519 (patch) | |
tree | 94f4af0808a65f1adfa91ad378e321ae976bdbcf /forms | |
parent | f901624b5e13e300f8e2facd2a824202c21d9729 (diff) |
spelling: attachement -> attachment
Change-Id: I1bb1ad04adec864b594d96711f85b8fcdc1d1ef2
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/Grid.cxx | 2 | ||||
-rw-r--r-- | forms/source/misc/InterfaceContainer.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/Grid.cxx b/forms/source/component/Grid.cxx index a3e727b21caf..78860c825fe0 100644 --- a/forms/source/component/Grid.cxx +++ b/forms/source/component/Grid.cxx @@ -912,7 +912,7 @@ void OGridControlModel::read(const Reference<XObjectInputStream>& _rxInStream) t _rxInStream->skipBytes(nObjLen); xMark->deleteMark(nMark); } - // reading the attachement + // reading the attachment for (sal_Int32 i = 0; i < nLen; i++) { InterfaceRef xIfc(m_aItems[i], UNO_QUERY); diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx index 0d4ef2d40a11..f0bf92bad1c9 100644 --- a/forms/source/misc/InterfaceContainer.cxx +++ b/forms/source/misc/InterfaceContainer.cxx @@ -455,7 +455,7 @@ void SAL_CALL OInterfaceContainer::readEvents(const Reference<XObjectInputStream xMark->deleteMark(nMark); } - // Read Attachement + // Read Attachment if ( m_xEventAttacher.is() ) { OInterfaceArray::const_iterator aAttach = m_aItems.begin(); |