diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2017-12-09 09:47:10 -0500 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2017-12-18 19:03:08 +0100 |
commit | f06be8e23f4aabba9386ac7f93133bf418cb36d6 (patch) | |
tree | d9dc27c763bf2bac6428174233d296dd5dbe91d5 /sc/inc | |
parent | d7602d052dd12b6764942890ea7c11247e2bd222 (diff) |
Remove almost duplicate code blocks.
Change-Id: Ib75d0caa41876908091bed374d3afd802928acf7
Reviewed-on: https://gerrit.libreoffice.org/46661
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/table.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index e9f47167dab0..0f6c10621b9b 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -669,6 +669,8 @@ public: bool ExtendMerge( SCCOL nStartCol, SCROW nStartRow, SCCOL& rEndCol, SCROW& rEndRow, bool bRefresh ); + void SetMergedCells( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ); + const SfxPoolItem* GetAttr( SCCOL nCol, SCROW nRow, sal_uInt16 nWhich ) const; const ScPatternAttr* GetPattern( SCCOL nCol, SCROW nRow ) const; const ScPatternAttr* GetMostUsedPattern( SCCOL nCol, SCROW nStartRow, SCROW nEndRow ) const; |