summaryrefslogtreecommitdiff
path: root/forms/source/xforms
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/source/xforms
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/source/xforms')
-rw-r--r--forms/source/xforms/binding.cxx2
-rw-r--r--forms/source/xforms/binding.hxx2
-rw-r--r--forms/source/xforms/submission.cxx2
3 files changed, 3 insertions, 3 deletions
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 ) );