[Libreoffice-commits] core.git: l10ntools/inc l10ntools/source

Zolnai Tamás zolnaitamas2000 at gmail.com
Sun Apr 21 10:10:49 PDT 2013


 l10ntools/inc/export.hxx   |    5 -----
 l10ntools/source/merge.cxx |    8 --------
 2 files changed, 13 deletions(-)

New commits:
commit 2d8e4f91feeba58dbe4dc38e484a3be0f578ae9f
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Sun Apr 21 19:09:27 2013 +0200

    Delete more unused member from export
    
    Change-Id: Icebd32c7ac2144f99827ca48cca7bbcaf10814c4

diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index a1a2e8c..7a6f911 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 401cba5..498962f 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 ),


More information about the Libreoffice-commits mailing list