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 ...@@ -40,7 +40,7 @@ namespace
// available buffers // available buffers
aBuffers maFreeBuffers; aBuffers maFreeBuffers;
// allocated/used buffers (remembered to allow deleteing them in destructor) // allocated/used buffers (remembered to allow deleting them in destructor)
aBuffers maUsedBuffers; aBuffers maUsedBuffers;
public: public:
......
...@@ -620,7 +620,7 @@ public class ParcelContainer implements XNameAccess { ...@@ -620,7 +620,7 @@ public class ParcelContainer implements XNameAccess {
String pathToParcel = PathUtils.make_url(getParcelContainerDir(), name); String pathToParcel = PathUtils.make_url(getParcelContainerDir(), name);
m_xSFA.kill(pathToParcel); m_xSFA.kill(pathToParcel);
} catch (Exception e) { } catch (Exception e) {
LogUtils.DEBUG("Error deleteing parcel " + name); LogUtils.DEBUG("Error deleting parcel " + name);
throw new com.sun.star.lang.WrappedTargetException(e); throw new com.sun.star.lang.WrappedTargetException(e);
} }
......
...@@ -340,7 +340,7 @@ bool sw_JoinText( SwPaM& rPam, bool bJoinPrev ) ...@@ -340,7 +340,7 @@ bool sw_JoinText( SwPaM& rPam, bool bJoinPrev )
// (see sw_GetJoinFlags) // (see sw_GetJoinFlags)
{ {
// If PageBreaks are deleted/set, it must not be added to the Undo history! // 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()); ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo());
/* PageBreaks, PageDesc, ColumnBreaks */ /* PageBreaks, PageDesc, ColumnBreaks */
......
...@@ -691,7 +691,7 @@ class ItemsTable(object): ...@@ -691,7 +691,7 @@ class ItemsTable(object):
return 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. does not disappear, because it will crash office.
''' '''
cursor.gotoStart(False) cursor.gotoStart(False)
......
...@@ -39,7 +39,7 @@ Important behaiviour of this control is that there is always a ...@@ -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/> blank row at the end, in which the user can enter data.<br/>
Once the row is not blank (thus, the user entered data...), Once the row is not blank (thus, the user entered data...),
a new blank row is added.<br/> 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 *last empty row* and the one after is being automatically removed.<br/><br/>
The contorl shows 5 rows at a time.<br/> The contorl shows 5 rows at a time.<br/>
If, for example, only 2 rows exist (from which the 2ed one is empty...) 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