summaryrefslogtreecommitdiff
path: root/include/xmloff/i18nmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/i18nmap.hxx')
-rw-r--r--include/xmloff/i18nmap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/i18nmap.hxx b/include/xmloff/i18nmap.hxx
index b8091ac5751c..c790aff77060 100644
--- a/include/xmloff/i18nmap.hxx
+++ b/include/xmloff/i18nmap.hxx
@@ -36,13 +36,13 @@ public:
{
}
- sal_Bool operator==( const SvI18NMapEntry_Key& r ) const
+ bool operator==( const SvI18NMapEntry_Key& r ) const
{
return nKind == r.nKind &&
aName == r.aName;
}
- sal_Bool operator<( const SvI18NMapEntry_Key& r ) const
+ bool operator<( const SvI18NMapEntry_Key& r ) const
{
return nKind < r.nKind ||
( nKind == r.nKind &&