Kaydet (Commit) 4bae4ebd authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: fix loplugin:simplifybool warning

Change-Id: I23806d8839bc6227311cb5f5d39c779f23e72e83
üst 12d12fa8
......@@ -267,7 +267,7 @@ DomainMapper_Impl::DomainMapper_Impl(
getTableManager( ).setHandler(m_pTableHandler);
getTableManager( ).startLevel();
m_bUsingEnhancedFields = !utl::ConfigManager::IsFuzzing() ? officecfg::Office::Common::Filter::Microsoft::Import::ImportWWFieldsAsEnhancedFields::get(m_xComponentContext) : false;
m_bUsingEnhancedFields = !utl::ConfigManager::IsFuzzing() && officecfg::Office::Common::Filter::Microsoft::Import::ImportWWFieldsAsEnhancedFields::get(m_xComponentContext);
m_pSdtHelper.reset(new SdtHelper(*this));
......
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