diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-17 13:32:34 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-18 10:07:58 +0200 |
commit | d858c06847edfbde900e1fc216bd7d7c65eeece2 (patch) | |
tree | 182e4040b1e279613ee675c905a6edeee5f183ad /sc/source/ui/app | |
parent | d5cca704f55e3e02147171e645af215e4edb22d4 (diff) |
sal_Bool->bool
Change-Id: I779608850fc81518c130e6f23d5dd1599a59fa14
Diffstat (limited to 'sc/source/ui/app')
-rw-r--r-- | sc/source/ui/app/drwtrans.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/drwtrans.cxx b/sc/source/ui/app/drwtrans.cxx index 25a7e0e3274f..e4ec10594cd1 100644 --- a/sc/source/ui/app/drwtrans.cxx +++ b/sc/source/ui/app/drwtrans.cxx @@ -772,7 +772,7 @@ void ScDrawTransferObj::InitDocShell() aViewData.SetScreen( aDestArea ); aViewData.SetCurX( 0 ); aViewData.SetCurY( 0 ); - pDocSh->UpdateOle(&aViewData, sal_True); + pDocSh->UpdateOle(&aViewData, true); } } |