summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:38:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 08:57:51 +0000
commite4af83972e6be8b94772e46741500225ac166774 (patch)
treebb55af4a24feac00f224a804492f7ef18349addf /forms
parent74d67cffec4eea0a575869513158b050e42ec983 (diff)
Fix typos
Change-Id: Ifb779b6c96a009e6c770a8017bb2e2031a288f5f Reviewed-on: https://gerrit.libreoffice.org/35630 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/FormattedFieldWrapper.cxx2
-rw-r--r--forms/source/misc/InterfaceContainer.cxx4
-rw-r--r--forms/source/runtime/formoperations.hxx2
-rw-r--r--forms/source/xforms/binding.cxx2
-rw-r--r--forms/source/xforms/binding.hxx2
-rw-r--r--forms/source/xforms/submission.cxx2
6 files changed, 7 insertions, 7 deletions
diff --git a/forms/source/component/FormattedFieldWrapper.cxx b/forms/source/component/FormattedFieldWrapper.cxx
index 3cc5c3848d8e..60adbca0e735 100644
--- a/forms/source/component/FormattedFieldWrapper.cxx
+++ b/forms/source/component/FormattedFieldWrapper.cxx
@@ -288,7 +288,7 @@ void SAL_CALL OFormattedFieldWrapper::read(const Reference<XObjectInputStream>&
}
else
{ // no -> substitute it with a formatted model
- // let the formmatted model do the reading
+ // let the formatted model do the reading
m_xFormattedPart.set(new OFormattedModel(m_xContext));
m_xFormattedPart->read(_rxInStream);
m_pEditPart = pBasicReader;
diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx
index ca07115fd74f..492c4b063d5f 100644
--- a/forms/source/misc/InterfaceContainer.cxx
+++ b/forms/source/misc/InterfaceContainer.cxx
@@ -897,13 +897,13 @@ void OInterfaceContainer::removeElementsNoEvents()
void OInterfaceContainer::implInserted( const ElementDescription* /*_pElement*/ )
{
- // not inrerested in
+ // not interested in
}
void OInterfaceContainer::implRemoved( const css::uno::Reference<css::uno::XInterface>& /*_rxObject*/ )
{
- // not inrerested in
+ // not interested in
}
diff --git a/forms/source/runtime/formoperations.hxx b/forms/source/runtime/formoperations.hxx
index 233d59c50015..db76e57f7df8 100644
--- a/forms/source/runtime/formoperations.hxx
+++ b/forms/source/runtime/formoperations.hxx
@@ -209,7 +209,7 @@ namespace frm
/// determines whether our form is in "insert-only" mode
bool impl_isInsertOnlyForm_throw() const;
- /** retrieces the column to which the current control of our controller is bound
+ /** retrieves the column to which the current control of our controller is bound
@precond
m_xController.is()
*/
diff --git a/forms/source/xforms/binding.cxx b/forms/source/xforms/binding.cxx
index c0402ea2e35c..75e4f0de1817 100644
--- a/forms/source/xforms/binding.cxx
+++ b/forms/source/xforms/binding.cxx
@@ -1188,7 +1188,7 @@ void Binding::handleEvent( const css::uno::Reference<css::xml::dom::events::XEve
if(sType == "xforms-generic") {
// the modification of the 'mnDeferModifyNotifications'-member
- // is necessary to prevent infinite notication looping.
+ // is necessary to prevent infinite notification looping.
// This can happened in case the binding which caused
// the notification chain is listening to those events
// as well...
diff --git a/forms/source/xforms/binding.hxx b/forms/source/xforms/binding.hxx
index bf6cedc29bed..b5d042a4d25f 100644
--- a/forms/source/xforms/binding.hxx
+++ b/forms/source/xforms/binding.hxx
@@ -224,7 +224,7 @@ public:
/// get this binding's context node
xforms::EvaluationContext getEvaluationContext() const;
- /// get evalation contexts for this binding's MIPs
+ /// get evaluation contexts for this binding's MIPs
std::vector<xforms::EvaluationContext> getMIPEvaluationContexts();
/// get nodeset the bind is bound to
diff --git a/forms/source/xforms/submission.cxx b/forms/source/xforms/submission.cxx
index 55115077fda7..a0cd6e9fcdba 100644
--- a/forms/source/xforms/submission.cxx
+++ b/forms/source/xforms/submission.cxx
@@ -426,7 +426,7 @@ void SAL_CALL Submission::submitWithInteraction(
if( _rxHandler.is() )
{
- // labouriously create interaction request
+ // laboriously create interaction request
comphelper::OInteractionRequest* pRequest
= new comphelper::OInteractionRequest(
makeAny( aInvalidDataException ) );