diff options
-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 ) /*****************************************************************************/ |