DocxAttributeOutput: comment wanted to refer to boost::none
Change-Id: Ia3ecac669f35c57467e62c777e18d176753fdb0e
This commit is contained in:
@@ -3911,7 +3911,7 @@ void DocxAttributeOutput::SectionPageNumbering( sal_uInt16 nNumType, ::boost::op
|
|||||||
|
|
||||||
FastAttributeList* pAttr = m_pSerializer->createAttrList();
|
FastAttributeList* pAttr = m_pSerializer->createAttrList();
|
||||||
|
|
||||||
// -1 means no restart: then don't output that attribute if it is negative
|
// boost::none means no restart: then don't output that attribute if it is negative
|
||||||
if ( oPageRestartNumber )
|
if ( oPageRestartNumber )
|
||||||
pAttr->add( FSNS( XML_w, XML_start ), OString::number( oPageRestartNumber.get() ) );
|
pAttr->add( FSNS( XML_w, XML_start ), OString::number( oPageRestartNumber.get() ) );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user