From 5047891d0419efd49d4e344b8b0dfd39d9b78849 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 11 Apr 2014 09:21:31 +0200 Subject: typo: positon -> position --- dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ui') diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx index 22960d614b38..225e32e696a5 100644 --- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx +++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx @@ -1490,7 +1490,7 @@ void OSelectionBrowseBox::InsertColumn(OTableFieldDescRef pEntry, sal_uInt16& _n DeactivateCell(); - // remember the column id of the current positon + // remember the column id of the current position sal_uInt16 nColumnId = GetColumnId(_nColumnPosition); // put at the end of the list if to small or to big, if ((_nColumnPosition == BROWSER_INVALIDID) || (_nColumnPosition >= getFields().size())) // append the field -- cgit