summaryrefslogtreecommitdiffstats
path: root/include/xmloff/nmspmap.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/nmspmap.hxx
parentBe explicit when using bool as integral value (diff)
downloadcore-0c9d002ecdd410b8b5be1fc91f4b84c7cbe5f5bc.tar.gz
core-0c9d002ecdd410b8b5be1fc91f4b84c7cbe5f5bc.zip
bool improvements
Change-Id: I42127c096aa4310e3c8b6c9b6487b4de63e7ac9a
Diffstat (limited to 'include/xmloff/nmspmap.hxx')
-rw-r--r--include/xmloff/nmspmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/nmspmap.hxx b/include/xmloff/nmspmap.hxx
index ce3965d7f876..19e72295c873 100644
--- a/include/xmloff/nmspmap.hxx
+++ b/include/xmloff/nmspmap.hxx
@@ -100,7 +100,7 @@ public:
SvXMLNamespaceMap( const SvXMLNamespaceMap& );
void operator =( const SvXMLNamespaceMap& rCmp );
- int operator ==( const SvXMLNamespaceMap& rCmp ) const;
+ bool operator ==( const SvXMLNamespaceMap& rCmp ) const;
sal_uInt16 Add( const OUString& rPrefix,
const OUString& rName,