sal_Bool to bool

Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8
This commit is contained in:
Matteo Casalin
2014-03-10 22:48:41 +01:00
parent 58f0208479
commit 684baef506
20 changed files with 28 additions and 27 deletions

View File

@@ -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" );

View File

@@ -45,7 +45,7 @@ protected:
OUString * pFullTypeName,
OUString * pShortTypeName,
sal_Int32 nVersion,
sal_Bool bTemplate = false ) const;
bool bTemplate = false ) const;
public:
TYPEINFO();