Kaydet (Commit) 241f1a1a authored tarafından Noel Grandin's avatar Noel Grandin

editeng: sal_Bool->bool

Change-Id: I0aa375d35c796cfa1929f9c0e735eaaa05561ee4
üst 0786a723
......@@ -170,13 +170,13 @@ bool SvXMLAttrContainerItem::PutValue( const com::sun::star::uno::Any& rVal, sal
}
sal_Bool SvXMLAttrContainerItem::AddAttr( const OUString& rLName,
bool SvXMLAttrContainerItem::AddAttr( const OUString& rLName,
const OUString& rValue )
{
return pImpl->AddAttr( rLName, rValue );
}
sal_Bool SvXMLAttrContainerItem::AddAttr( const OUString& rPrefix,
bool SvXMLAttrContainerItem::AddAttr( const OUString& rPrefix,
const OUString& rNamespace, const OUString& rLName,
const OUString& rValue )
{
......
......@@ -59,9 +59,9 @@ public:
virtual SfxPoolItem *Clone( SfxItemPool * = 0) const
{ return new SvXMLAttrContainerItem( *this ); }
sal_Bool AddAttr( const OUString& rLName,
bool AddAttr( const OUString& rLName,
const OUString& rValue );
sal_Bool AddAttr( const OUString& rPrefix,
bool AddAttr( const OUString& rPrefix,
const OUString& rNamespace,
const OUString& rLName,
const OUString& rValue );
......
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