lotuswordpro: sal_Bool -> bool
Change-Id: I8a3d2aa6e0a6ee5bdb214f768870dc69d15e513d
This commit is contained in:
@@ -101,7 +101,7 @@ void XFList::ToXml(IXFStream *pStrm)
|
||||
pStrm->EndElement( "text:unordered-list" );
|
||||
}
|
||||
|
||||
void XFList::StartList(IXFStream *pStrm, sal_Bool bContinueNumber)
|
||||
void XFList::StartList(IXFStream *pStrm, bool bContinueNumber)
|
||||
{
|
||||
IXFAttrList *pAttrList = pStrm->GetAttrList();
|
||||
assert(NULL!=pAttrList);
|
||||
|
@@ -92,7 +92,7 @@ public:
|
||||
*/
|
||||
virtual void ToXml(IXFStream *pStrm) SAL_OVERRIDE;
|
||||
|
||||
virtual void StartList(IXFStream *pStrm, sal_Bool bContinueNumber = sal_False);
|
||||
virtual void StartList(IXFStream *pStrm, bool bContinueNumber = false);
|
||||
|
||||
virtual void EndList(IXFStream *pStrm);
|
||||
|
||||
|
Reference in New Issue
Block a user