diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-17 14:02:07 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-18 10:07:58 +0200 |
commit | 788b42b384d6a0796ad076f19be5551971fdf4f0 (patch) | |
tree | 0779d29301bf91a3c824e7b4ad8565e4e0caaa89 /sc/source/ui/app | |
parent | d858c06847edfbde900e1fc216bd7d7c65eeece2 (diff) |
sal_Bool->bool
Change-Id: I0dfcf547944529d04cbabc3026c1e088e39b99f8
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 679a21e9e0c3..7fc771f15b41 100644 --- a/sc/source/ui/app/seltrans.cxx +++ b/sc/source/ui/app/seltrans.cxx @@ -330,7 +330,7 @@ void ScSelectionTransferObj::CreateDrawData() ScDrawView* pDrawView = pView->GetScDrawView(); if ( pDrawView ) { - sal_Bool bAnyOle, bOneOle; + bool bAnyOle, bOneOle; const SdrMarkList& rMarkList = pDrawView->GetMarkedObjectList(); ScDrawView::CheckOle( rMarkList, bAnyOle, bOneOle ); |