summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlcnimp.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-14 21:14:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-14 21:28:09 +0100
commit0c9d002ecdd410b8b5be1fc91f4b84c7cbe5f5bc (patch)
treee181242f63eeaa2c015b4ee9233647dfc9a227eb /include/xmloff/xmlcnimp.hxx
parenta067822a515579c59f660d9ce03dca1495768672 (diff)
bool improvements
Change-Id: I42127c096aa4310e3c8b6c9b6487b4de63e7ac9a
Diffstat (limited to 'include/xmloff/xmlcnimp.hxx')
-rw-r--r--include/xmloff/xmlcnimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlcnimp.hxx b/include/xmloff/xmlcnimp.hxx
index 49ad191a415d..f6ef3fe09590 100644
--- a/include/xmloff/xmlcnimp.hxx
+++ b/include/xmloff/xmlcnimp.hxx
@@ -36,7 +36,7 @@ public:
SvXMLAttrContainerData(const SvXMLAttrContainerData &rCopy);
~SvXMLAttrContainerData();
- int operator ==( const SvXMLAttrContainerData& rCmp ) const;
+ bool operator ==( const SvXMLAttrContainerData& rCmp ) const;
sal_Bool AddAttr( const OUString& rLName, const OUString& rValue );
sal_Bool AddAttr( const OUString& rPrefix, const OUString& rNamespace,