summaryrefslogtreecommitdiffstats
path: root/include/editeng/xmlcnitm.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-28 12:58:20 +0200
committerNoel Grandin <noel@peralex.com>2014-03-03 08:59:36 +0200
commit241f1a1ab47f56305725b2f33c23bac3ea919d79 (patch)
treec96a1f0654adef153a39a1eba694aabbbb6fe15f /include/editeng/xmlcnitm.hxx
parentediteng: sal_Bool->bool (diff)
downloadcore-241f1a1ab47f56305725b2f33c23bac3ea919d79.tar.gz
core-241f1a1ab47f56305725b2f33c23bac3ea919d79.zip
editeng: sal_Bool->bool
Change-Id: I0aa375d35c796cfa1929f9c0e735eaaa05561ee4
Diffstat (limited to 'include/editeng/xmlcnitm.hxx')
-rw-r--r--include/editeng/xmlcnitm.hxx4
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 );