diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-04-21 19:09:27 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-04-21 19:10:09 +0200 |
commit | 2d8e4f91feeba58dbe4dc38e484a3be0f578ae9f (patch) | |
tree | 13c6cb995f392d1230bab9544b9b66bf1fe187be /l10ntools | |
parent | 8e73c8ebcb4110e09d386927ffbe95a49ac5565c (diff) |
Delete more unused member from export
Change-Id: Icebd32c7ac2144f99827ca48cca7bbcaf10814c4
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/inc/export.hxx | 5 | ||||
-rw-r--r-- | l10ntools/source/merge.cxx | 8 |
2 files changed, 0 insertions, 13 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index a1a2e8c9eea3..7a6f91193f4b 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -128,16 +128,12 @@ public: OString sFilename; OStringHashMap sText; - sal_uInt16 nTextRefId; OStringHashMap sHelpText; - sal_uInt16 nHelpTextRefId; OStringHashMap sQuickHelpText; - sal_uInt16 nQuickHelpTextRefId; OStringHashMap sTitle; - sal_uInt16 nTitleRefId; OString sTextTyp; @@ -322,7 +318,6 @@ public: class MergeDataFile { private: - OString sErrorLog; MergeDataHashMap aMap; std::set<OString> aLanguageSet; diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx index 401cba5f347c..498962f34d59 100644 --- a/l10ntools/source/merge.cxx +++ b/l10ntools/source/merge.cxx @@ -74,10 +74,6 @@ ResData::ResData( const OString &rGId ) bTitle( sal_False ), bList( sal_False ), sGId( rGId ), - nTextRefId( REFID_NONE ), - nHelpTextRefId( REFID_NONE ), - nQuickHelpTextRefId( REFID_NONE ), - nTitleRefId( REFID_NONE ), sTextTyp( "Text" ), pStringList( NULL ), pUIEntries( NULL ), @@ -100,10 +96,6 @@ ResData::ResData( const OString &rGId, const OString &rFilename) bList( sal_False ), sGId( rGId ), sFilename( rFilename ), - nTextRefId( REFID_NONE ), - nHelpTextRefId( REFID_NONE ), - nQuickHelpTextRefId( REFID_NONE ), - nTitleRefId( REFID_NONE ), sTextTyp( "Text" ), pStringList( NULL ), pUIEntries( NULL ), |