summaryrefslogtreecommitdiff
path: root/include/xmloff/i18nmap.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-15 09:36:20 +0200
committerNoel Grandin <noel@peralex.com>2016-01-15 09:36:42 +0200
commited373ea7efd34ca6baab8ddbf809e6f2a06f1a9e (patch)
treeee982f66e33240dcf8472eae9a5fbcec4d4a7a5e /include/xmloff/i18nmap.hxx
parent098462c6f69c40422c74cef8f052b7b1ff0c90e8 (diff)
loplugin:unusedmethods unused return value in include/xmloff
Change-Id: I6615a467152a50e9c65f04fd0d6c8cc128517bdb
Diffstat (limited to 'include/xmloff/i18nmap.hxx')
-rw-r--r--include/xmloff/i18nmap.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/xmloff/i18nmap.hxx b/include/xmloff/i18nmap.hxx
index c790aff77060..3d97063a3b91 100644
--- a/include/xmloff/i18nmap.hxx
+++ b/include/xmloff/i18nmap.hxx
@@ -36,12 +36,6 @@ public:
{
}
- bool operator==( const SvI18NMapEntry_Key& r ) const
- {
- return nKind == r.nKind &&
- aName == r.aName;
- }
-
bool operator<( const SvI18NMapEntry_Key& r ) const
{
return nKind < r.nKind ||