summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 97384ae13bd3..7c70ae6ab0f3 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1168,7 +1168,7 @@ public:
SCROW& rEndRow, bool bNotes = true ) const;
void InvalidateTableArea();
- /// Return the number of colums / rows that should be visible for the tiled rendering.
+ /// Return the number of columns / rows that should be visible for the tiled rendering.
SC_DLLPUBLIC bool GetTiledRenderingArea(SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow) const;
SC_DLLPUBLIC bool GetDataStart( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow ) const;