From b45a12c37d2b671e54404afda5dee1b0947bd3ed Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 24 Apr 2014 10:52:02 +0200 Subject: sd: sal_Bool->bool Change-Id: I3172a42f6b6abe434ffe0475d1201ff50b6c06ea --- sd/source/ui/view/drviewsb.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/view/drviewsb.cxx') diff --git a/sd/source/ui/view/drviewsb.cxx b/sd/source/ui/view/drviewsb.cxx index eeb5b7dcb3e8..cc6383e7215b 100644 --- a/sd/source/ui/view/drviewsb.cxx +++ b/sd/source/ui/view/drviewsb.cxx @@ -67,7 +67,7 @@ namespace sd { bool DrawViewShell::RenameSlide( sal_uInt16 nPageId, const OUString & rName ) { - sal_Bool bOutDummy; + bool bOutDummy; if( GetDoc()->GetPageByName( rName, bOutDummy ) != SDRPAGE_NOTFOUND ) return false; -- cgit