diff options
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index e856bf803441..e4fa1216cbbd 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -172,7 +172,7 @@ public: sal_Bool GetFirstVisibleAttr( SCROW& rFirstRow ) const; sal_Bool GetLastVisibleAttr( SCROW& rLastRow ) const; /* - Get the last cell's row number , which have visual atribute or visual data in a column + Get the last cell's row number , which have visual attribute or visual data in a column */ sal_Bool GetLastAttr( SCROW& rLastRow ) const; sal_Bool HasVisibleAttrIn( SCROW nStartRow, SCROW nEndRow ) const; |