loplugin:simplifybool
Change-Id: I3ad64faba0e162d404668789ae4aa410004eaee2
This commit is contained in:
parent
7cc9ebcaee
commit
2b88d7f90e
@ -203,7 +203,7 @@ ExtensionDescription::ExtensionDescription(
|
||||
Reference<css::xml::dom::XDocumentBuilder> xDocBuilder(
|
||||
css::xml::dom::DocumentBuilder::create(xContext) );
|
||||
|
||||
if (xDocBuilder->isNamespaceAware() == sal_False)
|
||||
if (!xDocBuilder->isNamespaceAware())
|
||||
{
|
||||
throw css::uno::Exception(
|
||||
"Service com.sun.star.xml.dom.DocumentBuilder is not namespace aware.", 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user