summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-06-29 13:10:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-06-29 13:15:51 +0200
commit430484932e1254f7076321c2a7b3ec3df1512896 (patch)
treea14900e50ad012302814e4272934639578e01435 /include/svtools
parent3b8ab58008fcbca3c581ef827e5af07eb72b23ee (diff)
Typo: beeing->being
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/editbrowsebox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx
index ff8d73219d87..4cb50bd8b89b 100644
--- a/include/svtools/editbrowsebox.hxx
+++ b/include/svtools/editbrowsebox.hxx
@@ -476,7 +476,7 @@ namespace svt
// In ActivateCell, we grab the focus asynchronously, but if between requesting activation
// and the asynchornous event the focus has changed, we won't grab it for ourself.
- long nPaintRow; // row beeing painted
+ long nPaintRow; // row being painted
long nEditRow, nOldEditRow;
sal_uInt16 nEditCol, nOldEditCol;
@@ -547,7 +547,7 @@ namespace svt
virtual void ImplEndTracking() SAL_OVERRIDE;
// when changing a row:
- // CursorMoving: cursor is beeing moved, but GetCurRow() still provides the old row
+ // CursorMoving: cursor is being moved, but GetCurRow() still provides the old row
virtual bool CursorMoving(long nNewRow, sal_uInt16 nNewCol);
// cursor has been moved