Kaydet (Commit) 1101ae67 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: deleteing->deleting

Change-Id: I2bdde7524a97039c94a8da5ac5d2eba38c91d71a
üst f6a0e670
......@@ -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:
......
......@@ -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
}
......@@ -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 */
......
......@@ -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)
......
......@@ -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...)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment