summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-21 10:52:34 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-21 10:56:21 +0100
commit1101ae6772d7ee57c6f183b031ebd4cbd6d6a599 (patch)
tree5fb3c271470077763b2534d3e406ed511e787bd1
parentf6a0e670647f013e30ba5628c66625b1176a3cb6 (diff)
Typo: deleteing->deleting
Change-Id: I2bdde7524a97039c94a8da5ac5d2eba38c91d71a
-rw-r--r--drawinglayer/source/processor2d/vclhelperbufferdevice.cxx2
-rw-r--r--scripting/java/com/sun/star/script/framework/container/ParcelContainer.java4
-rw-r--r--sw/source/core/doc/docedt.cxx2
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaDocument.py2
-rw-r--r--wizards/com/sun/star/wizards/agenda/TopicsControl.py2
5 files changed, 6 insertions, 6 deletions
diff --git a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
index 215f54b678fc..feb2df041ca9 100644
--- a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
+++ b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
@@ -40,7 +40,7 @@ namespace
// available buffers
aBuffers maFreeBuffers;
- // allocated/used buffers (remembered to allow deleteing them in destructor)
+ // allocated/used buffers (remembered to allow deleting them in destructor)
aBuffers maUsedBuffers;
public:
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 85a9b8d1d551..f6d9d71ac767 100644
--- a/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
+++ b/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
@@ -620,7 +620,7 @@ public class ParcelContainer implements XNameAccess {
String pathToParcel = PathUtils.make_url(getParcelContainerDir(), name);
m_xSFA.kill(pathToParcel);
} catch (Exception e) {
- LogUtils.DEBUG("Error deleteing parcel " + name);
+ LogUtils.DEBUG("Error deleting parcel " + name);
throw new com.sun.star.lang.WrappedTargetException(e);
}
@@ -714,4 +714,4 @@ public class ParcelContainer implements XNameAccess {
return parsedUri;
}
-} \ No newline at end of file
+}
diff --git a/sw/source/core/doc/docedt.cxx b/sw/source/core/doc/docedt.cxx
index e3cc45e425e0..4d541664f1c2 100644
--- a/sw/source/core/doc/docedt.cxx
+++ b/sw/source/core/doc/docedt.cxx
@@ -340,7 +340,7 @@ bool sw_JoinText( SwPaM& rPam, bool bJoinPrev )
// (see sw_GetJoinFlags)
{
// If PageBreaks are deleted/set, it must not be added to the Undo history!
- // Also, deleteing the Node is not added to the Undo histroy!
+ // Also, deleting the Node is not added to the Undo histroy!
::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo());
/* PageBreaks, PageDesc, ColumnBreaks */
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
index 9cba65e1973e..5f2a212d176a 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -691,7 +691,7 @@ class ItemsTable(object):
return
'''
- now before deleteing i move the cursor up so it
+ now before deleting i move the cursor up so it
does not disappear, because it will crash office.
'''
cursor.gotoStart(False)
diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
index 90576cc6cd96..01dc44c0bf59 100644
--- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py
+++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
@@ -39,7 +39,7 @@ Important behaiviour of this control is that there is always a
blank row at the end, in which the user can enter data.<br/>
Once the row is not blank (thus, the user entered data...),
a new blank row is added.<br/>
-Once the user removes the last *unempty* row, binsertRowy deleteing its data, it becomes
+Once the user removes the last *unempty* row, binsertRowy deleting its data, it becomes
the *last empty row* and the one after is being automatically removed.<br/><br/>
The contorl shows 5 rows at a time.<br/>
If, for example, only 2 rows exist (from which the 2ed one is empty...)