diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-19 11:34:59 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-19 13:05:11 +0200 |
commit | ab5c5702ba88da92649e9d8937bbd00dd9afb599 (patch) | |
tree | 214b540afd5c9fa08d41fc532aaaa4eb62558ef4 /sc/source/ui/app | |
parent | 753d9ac166e6eee0163a28c2cf364a1fb7d1b37c (diff) |
sal_Bool->bool
Change-Id: I2dad64e3d7ba90a9d2f4779697a02272b9ccad9f
Diffstat (limited to 'sc/source/ui/app')
-rw-r--r-- | sc/source/ui/app/seltrans.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/seltrans.cxx b/sc/source/ui/app/seltrans.cxx index 9b64c826e4bc..160deb25727e 100644 --- a/sc/source/ui/app/seltrans.cxx +++ b/sc/source/ui/app/seltrans.cxx @@ -288,7 +288,7 @@ void ScSelectionTransferObj::CreateCellData() // bApi = sal_True -> no error messages // #i18364# bStopEdit = sal_False -> don't end edit mode // (this may be called from pasting into the edit line) - sal_Bool bCopied = pViewData->GetView()->CopyToClip( pClipDoc, false, sal_True, sal_True, false ); + sal_Bool bCopied = pViewData->GetView()->CopyToClip( pClipDoc, false, true, true, false ); ScDrawLayer::SetGlobalDrawPersist(NULL); |