Upcoming improved loplugin:elidestringvar: reportdesign

Change-Id: I252db93acdf471062fe2a66bc49c732e2e7c5415
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97201
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2020-06-26 11:24:11 +02:00
parent c3243dfbe0
commit 26d24bcb0c

View file

@ -278,9 +278,8 @@ ORptExport::ORptExport(const Reference< XComponentContext >& _rxContext, OUStrin
m_xParaPropMapper = new OSpecialHandleXMLExportPropertyMapper( xPropMapper);
const OUString& sFamily( GetXMLToken(XML_PARAGRAPH) );
OUString aPrefix( 'P');
GetAutoStylePool()->AddFamily( XmlStyleFamily::TEXT_PARAGRAPH, sFamily,
m_xParaPropMapper, aPrefix );
m_xParaPropMapper, "P" );
GetAutoStylePool()->AddFamily(XmlStyleFamily::TABLE_CELL, XML_STYLE_FAMILY_TABLE_CELL_STYLES_NAME,
m_xCellStylesExportPropertySetMapper, XML_STYLE_FAMILY_TABLE_CELL_STYLES_PREFIX);