diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-27 15:53:09 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-28 01:12:48 -0400 |
commit | 47924382cb823a32ae207e3df604b9d04fe3422e (patch) | |
tree | 0cddc35edd62940f2aa4a6c42290ebc632cc6ff9 /sc/inc/dociter.hxx | |
parent | db5a7148ec8a52248c33b0fe9e44434b548a22fa (diff) |
More on killing direct use of ScEditCell.
Change-Id: If6e3529666ff064107d3c5687b6993822572c0d9
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r-- | sc/inc/dociter.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index 4477ba37ac44..5e9b16ddd400 100644 --- a/sc/inc/dociter.hxx +++ b/sc/inc/dociter.hxx @@ -425,7 +425,7 @@ private: SCTAB nTab; SCCOL nStartCol; SCCOL nEndCol; - SCROW nStartRow; + SCROW nStartRow; SCROW nEndRow; SCROW* pNextRows; SCSIZE* pNextIndices; |