DocxAttributeOutput: comment wanted to refer to boost::none

Change-Id: Ia3ecac669f35c57467e62c777e18d176753fdb0e
This commit is contained in:
Miklos Vajna
2013-10-22 10:02:28 +02:00
parent 9585faa059
commit 80d4770ee0

View File

@@ -3911,7 +3911,7 @@ void DocxAttributeOutput::SectionPageNumbering( sal_uInt16 nNumType, ::boost::op
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 )
pAttr->add( FSNS( XML_w, XML_start ), OString::number( oPageRestartNumber.get() ) );