summaryrefslogtreecommitdiff
path: root/include/svx/gridctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/gridctrl.hxx')
-rw-r--r--include/svx/gridctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx
index ac37ca87f37b..e889936a5f2b 100644
--- a/include/svx/gridctrl.hxx
+++ b/include/svx/gridctrl.hxx
@@ -491,7 +491,7 @@ public:
/** forces both scrollbars to be hidden
- For the horizontal srollbar, this is overruled by enabling the navigation bar: A navigation
+ For the horizontal scrollbar, this is overruled by enabling the navigation bar: A navigation
bar <b>always</b> implies a horizontal scroll bar
@seealso EnableNavigationBar
*/
@@ -505,7 +505,7 @@ public:
/// copies the text of the given cell into the clipboard
void copyCellText(sal_Int32 _nRow, sal_Int16 _nColId);
- // selectin listener handling
+ // select in listener handling
void setGridListener( FmGridListener* _pListener ) { m_pGridListener = _pListener; }
// helper class to grant access to selected methods from within the DbCellControl class