Kaydet (Commit) b730eedf authored tarafından Stephan Bergmann's avatar Stephan Bergmann

lotuswordpro: sal_Bool -> bool

Change-Id: I8a3d2aa6e0a6ee5bdb214f768870dc69d15e513d
üst f5e617a6
...@@ -101,7 +101,7 @@ void XFList::ToXml(IXFStream *pStrm) ...@@ -101,7 +101,7 @@ void XFList::ToXml(IXFStream *pStrm)
pStrm->EndElement( "text:unordered-list" ); pStrm->EndElement( "text:unordered-list" );
} }
void XFList::StartList(IXFStream *pStrm, sal_Bool bContinueNumber) void XFList::StartList(IXFStream *pStrm, bool bContinueNumber)
{ {
IXFAttrList *pAttrList = pStrm->GetAttrList(); IXFAttrList *pAttrList = pStrm->GetAttrList();
assert(NULL!=pAttrList); assert(NULL!=pAttrList);
......
...@@ -92,7 +92,7 @@ public: ...@@ -92,7 +92,7 @@ public:
*/ */
virtual void ToXml(IXFStream *pStrm) SAL_OVERRIDE; 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); virtual void EndList(IXFStream *pStrm);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment