summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-16 13:16:03 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 11:25:13 +0000
commit3fa7b0b70f8f21c65603aa2b7db53392fdbceec4 (patch)
tree62eec9d96f1ebcad33233186636a6bb3244371b9 /forms
parent814af9f1e59d1a76473b2c72cae4ba8afe1c52d4 (diff)
Fix typos
Change-Id: Id8c7cf460cba5af89891c470e1aaa61b227d356e Reviewed-on: https://gerrit.libreoffice.org/16310 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/DatabaseForm.cxx2
-rw-r--r--forms/source/component/FormattedField.cxx2
-rw-r--r--forms/source/xforms/model.hxx2
-rw-r--r--forms/source/xforms/submission/submission_get.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx
index 2b072e4e1995..d947490e1cae 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -2945,7 +2945,7 @@ void ODatabaseForm::reload_impl(bool bMoveToFirst, const Reference< XInteraction
{
// only if there is no approve listener we can post the event at this time
// otherwise see approveRowsetChange
- // the aprrovement is done by the aggregate
+ // the approvement is done by the aggregate
if (!m_aRowSetApproveListeners.getLength())
{
::cppu::OInterfaceIteratorHelper aIter(m_aLoadListeners);
diff --git a/forms/source/component/FormattedField.cxx b/forms/source/component/FormattedField.cxx
index 79eab7e334eb..bb37b4b17e9f 100644
--- a/forms/source/component/FormattedField.cxx
+++ b/forms/source/component/FormattedField.cxx
@@ -375,7 +375,7 @@ void OFormattedModel::describeAggregateProperties( Sequence< Property >& _rAggre
RemoveProperty(_rAggregateProps, PROPERTY_STRICTFORMAT);
// no strict format property for formatted fields: it does not make sense, 'cause
// there is no general way to decide which characters/sub strings are allowed during the input of an
- // arbitraryly formatted control
+ // arbitrary formatted control
}
void OFormattedModel::getFastPropertyValue(Any& rValue, sal_Int32 nHandle) const
diff --git a/forms/source/xforms/model.hxx b/forms/source/xforms/model.hxx
index 2ae00816a163..08de93a3965d 100644
--- a/forms/source/xforms/model.hxx
+++ b/forms/source/xforms/model.hxx
@@ -178,7 +178,7 @@ public:
void addMIP( void* pTag, const XNode_t&, const MIP& );
void removeMIPs( void* pTag );
- /// query which MIPs appy to the given node
+ /// query which MIPs apply to the given node
MIP queryMIP( const XNode_t& xNode ) const;
/// re-bind all bindings
diff --git a/forms/source/xforms/submission/submission_get.cxx b/forms/source/xforms/submission/submission_get.cxx
index 7b80b1d99661..0d8078b327f1 100644
--- a/forms/source/xforms/submission/submission_get.cxx
+++ b/forms/source/xforms/submission/submission_get.cxx
@@ -49,7 +49,7 @@ CSubmissionGet::CSubmissionGet(const OUString& aURL, const css::uno::Reference<
CSubmission::SubmissionResult CSubmissionGet::submit(const css::uno::Reference< css::task::XInteractionHandler >& aInteractionHandler)
{
- // GET always uses apllicatin/x-www-formurlencoded
+ // GET always uses application/x-www-formurlencoded
boost::scoped_ptr< CSerialization > apSerialization(new CSerializationURLEncoded());
apSerialization->setSource(m_aFragment);
apSerialization->serialize();