diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-21 21:37:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-22 15:01:02 +0100 |
commit | deff93d4f7a2c007ca37bd911a2a36c9fc4bf85f (patch) | |
tree | f4e739dc40ba8bae86781e8bef049e3e40244737 /l10ntools | |
parent | 37f23f7d0d38e298f30b4810b651786cfe0a89bb (diff) |
callcatcher: newly unused ResData::isMerged
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/inc/export.hxx | 1 | ||||
-rw-r--r-- | l10ntools/source/export.cxx | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index 520654070723..706719c75ec4 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -194,7 +194,6 @@ public: void Dump(); void addMergedLanguage(rtl::OString& rLang); - bool isMerged(rtl::OString& rLang); ResData( const ByteString &rPF, const ByteString &rGId ) : nWidth( 0 ), diff --git a/l10ntools/source/export.cxx b/l10ntools/source/export.cxx index 7bff49bbf6f7..3b6411560e23 100644 --- a/l10ntools/source/export.cxx +++ b/l10ntools/source/export.cxx @@ -355,11 +355,6 @@ void ResData::addMergedLanguage(rtl::OString& rLang) aMergedLanguages[rLang] = rtl::OString(RTL_CONSTASCII_STRINGPARAM("1")); } -bool ResData::isMerged(rtl::OString& rLang) -{ - return aMergedLanguages[rLang].equalsL(RTL_CONSTASCII_STRINGPARAM("1")); -} - /*****************************************************************************/ sal_Bool ResData::SetId( const ByteString &rId, sal_uInt16 nLevel ) /*****************************************************************************/ |