diff options
Diffstat (limited to 'include/editeng/xmlcnitm.hxx')
-rw-r--r-- | include/editeng/xmlcnitm.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/xmlcnitm.hxx b/include/editeng/xmlcnitm.hxx index bd2f0e37071d..029bc5e78164 100644 --- a/include/editeng/xmlcnitm.hxx +++ b/include/editeng/xmlcnitm.hxx @@ -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 ); |