summaryrefslogtreecommitdiff
path: root/svtools/source/table/mousefunction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/table/mousefunction.cxx')
-rw-r--r--svtools/source/table/mousefunction.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/table/mousefunction.cxx b/svtools/source/table/mousefunction.cxx
index 5a17fbc7d2b6..2dfbdca42554 100644
--- a/svtools/source/table/mousefunction.cxx
+++ b/svtools/source/table/mousefunction.cxx
@@ -39,7 +39,7 @@ namespace svt { namespace table
if ( m_nResizingColumn == COL_INVALID )
{
- // if we hit a column divider, change the mosue pointer accordingly
+ // if we hit a column divider, change the mouse pointer accordingly
Pointer aNewPointer( PointerStyle::Arrow );
TableCell const tableCell = i_tableControl.hitTest( aPoint );
if ( ( tableCell.nRow == ROW_COL_HEADERS ) && ( tableCell.eArea == ColumnDivider ) )