summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun7.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-18 16:19:58 +0200
committerNoel Grandin <noel@peralex.com>2014-02-19 13:05:08 +0200
commitee5a85926203e81bc4f2cb1db158850b4773bd45 (patch)
tree9cc84acf000d789fa9f7413fd6b7bd2d1671b331 /sc/source/ui/view/viewfun7.cxx
parent87beef165ceca64a24f5d2699cf8e96ce3c21428 (diff)
sal_Bool->bool
Change-Id: If54ff898eab251c44901de67280e6d7fcb491966
Diffstat (limited to 'sc/source/ui/view/viewfun7.cxx')
-rw-r--r--sc/source/ui/view/viewfun7.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/viewfun7.cxx b/sc/source/ui/view/viewfun7.cxx
index 02ea05f24c87..17ece9f2360f 100644
--- a/sc/source/ui/view/viewfun7.cxx
+++ b/sc/source/ui/view/viewfun7.cxx
@@ -352,7 +352,7 @@ sal_Bool ScViewFunc::PasteObject( const Point& rPos, const uno::Reference < embe
SdrPageView* pPV = pDrView->GetSdrPageView();
pDrView->InsertObjectSafe( pSdrObj, *pPV ); // don't mark if OLE
- GetViewData()->GetViewShell()->SetDrawShell( sal_True );
+ GetViewData()->GetViewShell()->SetDrawShell( true );
return sal_True;
}
else
@@ -430,7 +430,7 @@ sal_Bool ScViewFunc::PasteGraphic( const Point& rPos, const Graphic& rGraphic,
if ( GetViewData()->GetDocument()->IsNegativePage( GetViewData()->GetTabNo() ) )
aPos.X() -= aSize.Width();
- GetViewData()->GetViewShell()->SetDrawShell( sal_True );
+ GetViewData()->GetViewShell()->SetDrawShell( true );
Rectangle aRect(aPos, aSize);
SdrGrafObj* pGrafObj = new SdrGrafObj(rGraphic, aRect);