Kaydet (Commit) 38975e16 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'

Change-Id: Ibcb6abe7162197dec35f4626f158448ff538542f
üst 6a6e8628
......@@ -74,7 +74,7 @@ XMLTextHeaderFooterContext::XMLTextHeaderFooterContext( SvXMLImport& rImport, sa
if( bShared )
{
// Don't share headers any longer
bShared = sal_False;
bShared = false;
aAny.setValue( &bShared, ::getBooleanCppuType() );
xPropSet->setPropertyValue( sShareContent, aAny );
}
......@@ -88,7 +88,7 @@ XMLTextHeaderFooterContext::XMLTextHeaderFooterContext( SvXMLImport& rImport, sa
if( bSharedFirst )
{
// Don't share first/right headers any longer
bSharedFirst = sal_False;
bSharedFirst = false;
aAny.setValue( &bSharedFirst, ::getBooleanCppuType() );
xPropSet->setPropertyValue( sShareContentFirst, aAny );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment