From 075cd18020cf27250e052e43f08d7b8e99d53718 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 21 Sep 2011 21:39:05 +0100 Subject: aMergedLanguages is write only, can be removed --- l10ntools/inc/export.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'l10ntools/inc') diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index 706719c75ec4..0058cf143f9c 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -181,7 +181,6 @@ public: sal_uInt16 nTitleRefId; ByteString sTextTyp; - ByteStringHashMap aMergedLanguages; ExportList *pStringList; ExportList *pUIEntries; @@ -193,7 +192,6 @@ public: void Dump(); - void addMergedLanguage(rtl::OString& rLang); ResData( const ByteString &rPF, const ByteString &rGId ) : nWidth( 0 ), -- cgit