summaryrefslogtreecommitdiff
path: root/starmath/inc/parse.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-10-03 09:59:25 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-10-03 18:57:11 +0900
commitbd631f933cf2f5a515abc303c277c1197aa54200 (patch)
treeff6699c0f1c1aa94f1b2bd18eb11ae0e8c3959c4 /starmath/inc/parse.hxx
parentdb29cdcc70ba792ed54e0957929b4524816b1fb3 (diff)
starmath: Add comments on indexing
Change-Id: Ic87d04f65f8272832c8742f99821876cc28bb514
Diffstat (limited to 'starmath/inc/parse.hxx')
-rw-r--r--starmath/inc/parse.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx
index b3669dd1bd05..7d679310cc6c 100644
--- a/starmath/inc/parse.hxx
+++ b/starmath/inc/parse.hxx
@@ -38,8 +38,8 @@ class SmParser
int m_nCurError;
sal_Int32 m_nBufferIndex,
m_nTokenIndex;
- sal_Int32 m_nRow,
- m_nColOff;
+ sal_Int32 m_nRow, // 1-based
+ m_nColOff; // 0-based
bool m_bImportSymNames,
m_bExportSymNames;