summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-26 18:06:52 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:56:30 -0500
commit85be7968ce641fa483ab0dcb123c49621fc4c182 (patch)
treebd0003bd2c8ea2297ea1359a1e8407ac641de18f /scripting
parent02b9e7b5432d371e8dd39bfafa844dcf3c59342d (diff)
Fix typos
Change-Id: I80995af6459af9f647e66d1c85da2eedad2647b9 Reviewed-on: https://gerrit.libreoffice.org/16523 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> (cherry picked from commit 5d5dc059cb4b88fe19e5d92e7d9b9ae581afce98)
Diffstat (limited to 'scripting')
-rw-r--r--scripting/java/com/sun/star/script/framework/container/ParcelContainer.java2
-rw-r--r--scripting/source/vbaevents/eventhelper.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java b/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
index f6d9d71ac767..db24d8b2e3ad 100644
--- a/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
+++ b/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
@@ -587,7 +587,7 @@ public class ParcelContainer implements XNameAccess {
p.rename(newName);
}
- // removes but doesn't physically delele parcel from container
+ // removes but doesn't physically delete parcel from container
public boolean removeParcel(String name) throws
com.sun.star.container.NoSuchElementException,
com.sun.star.lang.WrappedTargetException {
diff --git a/scripting/source/vbaevents/eventhelper.cxx b/scripting/source/vbaevents/eventhelper.cxx
index 616533c6e3dd..ada83ddaf950 100644
--- a/scripting/source/vbaevents/eventhelper.cxx
+++ b/scripting/source/vbaevents/eventhelper.cxx
@@ -850,7 +850,7 @@ bool DenyType(const ScriptEvent& evt, void* pPara)
}
//when mouse is moving, either the mouse button is pressed or some key is pressed can trigger the OO mouseDragged event,
-//the former should be denyed, and the latter allowed, only by doing so can the VBA MouseMove event when the "Shift" key is
+//the former should be denied, and the latter allowed, only by doing so can the VBA MouseMove event when the "Shift" key is
//pressed can be correctly triggered
bool DenyMouseDrag(const ScriptEvent& evt, void* )
{