diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-21 21:39:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-22 15:01:03 +0100 |
commit | 075cd18020cf27250e052e43f08d7b8e99d53718 (patch) | |
tree | 4a8790e3d93e02d99105b4677d660be784b0afeb /l10ntools/inc | |
parent | deff93d4f7a2c007ca37bd911a2a36c9fc4bf85f (diff) |
aMergedLanguages is write only, can be removed
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/export.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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 ), |