From 684baef50641a184e138c6e0a73b1a3b51c47ccb Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Mon, 10 Mar 2014 22:48:41 +0100 Subject: sal_Bool to bool Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8 --- basctl/source/basicide/basdoc.cxx | 2 +- basctl/source/basicide/basdoc.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'basctl') diff --git a/basctl/source/basicide/basdoc.cxx b/basctl/source/basicide/basdoc.cxx index d682f4e92216..61c0904c2503 100644 --- a/basctl/source/basicide/basdoc.cxx +++ b/basctl/source/basicide/basdoc.cxx @@ -70,7 +70,7 @@ void DocShell::SetPrinter( SfxPrinter* pPr ) pPrinter.reset(pPr); } -void DocShell::FillClass( SvGlobalName*, sal_uInt32*, OUString*, OUString*, OUString*, sal_Int32, sal_Bool bTemplate) const +void DocShell::FillClass( SvGlobalName*, sal_uInt32*, OUString*, OUString*, OUString*, sal_Int32, bool bTemplate) const { (void)bTemplate; DBG_ASSERT( !bTemplate, "No template for Basic" ); diff --git a/basctl/source/basicide/basdoc.hxx b/basctl/source/basicide/basdoc.hxx index e4715458dc83..0606e7ff2ed0 100644 --- a/basctl/source/basicide/basdoc.hxx +++ b/basctl/source/basicide/basdoc.hxx @@ -45,7 +45,7 @@ protected: OUString * pFullTypeName, OUString * pShortTypeName, sal_Int32 nVersion, - sal_Bool bTemplate = false ) const; + bool bTemplate = false ) const; public: TYPEINFO(); -- cgit