diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-03-13 01:19:48 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-03-13 01:27:19 +0100 |
commit | 2a26fe4a39b6f3b2af269b801340c32c28806250 (patch) | |
tree | 568c0f5b512a9f6f8dde5b377c174613aadd7c1e /sc/source/ui/app/transobj.cxx | |
parent | 6635337181c3c3530ceaa2fb49330c2b152107d7 (diff) |
only shrink to used area in text export, fdo#46230, related n#677811
Diffstat (limited to 'sc/source/ui/app/transobj.cxx')
-rw-r--r-- | sc/source/ui/app/transobj.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/app/transobj.cxx b/sc/source/ui/app/transobj.cxx index 38afe5250e06..b52ca6f7fa58 100644 --- a/sc/source/ui/app/transobj.cxx +++ b/sc/source/ui/app/transobj.cxx @@ -172,9 +172,6 @@ ScTransferObj::ScTransferObj( ScDocument* pClipDoc, const TransferableObjectDesc } OSL_ENSURE(!bFirst, "no sheet selected"); - if (!pDoc->GetClipParam().isMultiRange() && nTab1 == nTab2) - pDoc->ShrinkToDataArea( nTab1, nCol1, nRow1, nCol2, nRow2 ); - // only limit to used cells if whole sheet was marked // (so empty cell areas can be copied) if ( nCol2>=MAXCOL && nRow2>=MAXROW ) |