diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-06-01 13:59:49 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-06-01 14:00:06 +0200 |
commit | d7eb2703913d9e07749bda0b5f6437ee7d423142 (patch) | |
tree | 273c46a1f2a0fd59bfeedae3df8175f7d52cca11 /svx/source/fmcomp | |
parent | 332d71b4b3cfb26c409bf0e897d8b812b524a8ee (diff) |
Typo: colect->collect
Change-Id: Ib53aad3b773e8818c174f5dd35685e5bbe70afd7
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r-- | svx/source/fmcomp/fmgridcl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx index def9fa650bd2..49570960ccb4 100644 --- a/svx/source/fmcomp/fmgridcl.cxx +++ b/svx/source/fmcomp/fmgridcl.cxx @@ -1177,7 +1177,7 @@ void FmGridControl::DeleteSelectedRows() { Reference< ::com::sun::star::sdbcx::XDeleteRows > xDeleteThem((Reference< XInterface >)*getDataSource(), UNO_QUERY); - // colect the bookmarks of the selected rows + // collect the bookmarks of the selected rows Sequence < Any> aBookmarks = getSelectionBookmarks(); // determine the next row to position after deletion |