sal_Bool to bool
Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8
This commit is contained in:
@@ -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" );
|
||||
|
@@ -45,7 +45,7 @@ protected:
|
||||
OUString * pFullTypeName,
|
||||
OUString * pShortTypeName,
|
||||
sal_Int32 nVersion,
|
||||
sal_Bool bTemplate = false ) const;
|
||||
bool bTemplate = false ) const;
|
||||
|
||||
public:
|
||||
TYPEINFO();
|
||||
|
Reference in New Issue
Block a user