diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-12-22 18:51:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-12-22 18:51:41 +0100 |
commit | 151887a9550efed41c5a2709a4f56d768b441ce4 (patch) | |
tree | ff8034b8af3334626014e1bd4f61062551a587ba /include/svtools | |
parent | 98929ce4e8e161febd8fcc0a0a53e607c6681483 (diff) |
Fix other typos
Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/accessibletable.hxx | 2 | ||||
-rw-r--r-- | include/svtools/brwbox.hxx | 2 | ||||
-rw-r--r-- | include/svtools/valueset.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/accessibletable.hxx b/include/svtools/accessibletable.hxx index 8b89684571de..b0b4dbeb48a8 100644 --- a/include/svtools/accessibletable.hxx +++ b/include/svtools/accessibletable.hxx @@ -74,7 +74,7 @@ public: @param eObjType The type to ask for @param _nPosition - The position of a tablecell (index position), header bar colum/row cell + The position of a tablecell (index position), header bar column/row cell @return The description of the specified object. */ diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx index 23d517909f9a..8d172df324f4 100644 --- a/include/svtools/brwbox.hxx +++ b/include/svtools/brwbox.hxx @@ -757,7 +757,7 @@ public: @param eObjType The type to ask for @param _nPosition - The position of a tablecell (index position), header bar colum/row cell + The position of a tablecell (index position), header bar column/row cell @return The description of the specified object. */ diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx index 368e092c50df..9f925ba00647 100644 --- a/include/svtools/valueset.hxx +++ b/include/svtools/valueset.hxx @@ -102,7 +102,7 @@ WB_NO_DIRECTSELECT Cursor travelling doesn't call select immediately. To -------------------------------------------------------------------------- The number of columns must be either set with SetColCount() or -SetItemWidth(). If the number of colums is specified by SetColCount() +SetItemWidth(). If the number of columns is specified by SetColCount() the width of the items will be calculated by the visible range. If the items should have a static width, it has to be specified with SetItemWidth(). In this case the number of columns will be calculated |