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:
parent
c3243dfbe0
commit
26d24bcb0c
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue