summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlcnimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/xmlcnimp.hxx')
-rw-r--r--include/xmloff/xmlcnimp.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/xmloff/xmlcnimp.hxx b/include/xmloff/xmlcnimp.hxx
index f6ef3fe09590..70825653f2b8 100644
--- a/include/xmloff/xmlcnimp.hxx
+++ b/include/xmloff/xmlcnimp.hxx
@@ -38,10 +38,10 @@ public:
bool operator ==( const SvXMLAttrContainerData& rCmp ) const;
- sal_Bool AddAttr( const OUString& rLName, const OUString& rValue );
- sal_Bool AddAttr( const OUString& rPrefix, const OUString& rNamespace,
+ bool AddAttr( const OUString& rLName, const OUString& rValue );
+ bool AddAttr( const OUString& rPrefix, const OUString& rNamespace,
const OUString& rLName, const OUString& rValue );
- sal_Bool AddAttr( const OUString& rPrefix,
+ bool AddAttr( const OUString& rPrefix,
const OUString& rLName,
const OUString& rValue );
@@ -56,12 +56,12 @@ public:
const OUString& GetNamespace( sal_uInt16 i ) const;
const OUString& GetPrefix( sal_uInt16 i ) const;
- sal_Bool SetAt( size_t i,
+ bool SetAt( size_t i,
const OUString& rLName, const OUString& rValue );
- sal_Bool SetAt( size_t i,
+ bool SetAt( size_t i,
const OUString& rPrefix, const OUString& rNamespace,
const OUString& rLName, const OUString& rValue );
- sal_Bool SetAt( size_t i,
+ bool SetAt( size_t i,
const OUString& rPrefix,
const OUString& rLName,
const OUString& rValue );