diff options
author | Arul <arul71.m@gmail.com> | 2016-01-21 18:22:51 +0530 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-02-03 14:08:12 +0000 |
commit | 403ca446458268ae04d42f666223974f525e8df8 (patch) | |
tree | 01527be75ac2b05b09d244e2250d22d6df119418 /sc/inc/table.hxx | |
parent | 5008b9a692296ab72e08d397a49d11d02222f83c (diff) |
tdf#89140:Calc row paste doesn't keep row height
Change-Id: Ibf9a5674711cf496706c4d3ac9d3133016aea39d
Reviewed-on: https://gerrit.libreoffice.org/21665
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index d2672fe3ff36..0e84a70b6f62 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -428,7 +428,7 @@ public: sc::CopyFromClipContext& rCxt, const ScTable& rClipTab, sc::ColumnSpanSet& rBroadcastSpans ); void CopyOneCellFromClip( - sc::CopyFromClipContext& rCxt, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ); + sc::CopyFromClipContext& rCxt, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, SCROW nSrcRow, ScTable* pSrcTab ); void CopyFromClip( sc::CopyFromClipContext& rCxt, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, |