diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2017-12-08 22:21:58 -0500 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2017-12-18 03:31:52 +0100 |
commit | c576d6490410a1e1d01078473982b920a29f8b91 (patch) | |
tree | fa9dfd7537cf01dd7ff61a3498d00d5012f3d02b /sc/inc | |
parent | 7d4eeddda861dcd5a60689aca73f658bf6e6b528 (diff) |
Handle merged cells.
Change-Id: Iaa7194d4226300e495982bb1f90f72c31d748955
Reviewed-on: https://gerrit.libreoffice.org/46660
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/documentimport.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/documentimport.hxx b/sc/inc/documentimport.hxx index 03f415c381cc..b4c35e1f99b5 100644 --- a/sc/inc/documentimport.hxx +++ b/sc/inc/documentimport.hxx @@ -114,6 +114,8 @@ public: void setRowsVisible(SCTAB nTab, SCROW nRowStart, SCROW nRowEnd, bool bVisible); + void setMergedCells(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2); + void finalize(); private: |