Kaydet (Commit) 6ded5aec authored tarafından Zolnai Tamás's avatar Zolnai Tamás Kaydeden (comit) Zolnai Tamás

Transex3: sHelpId is assigned but never used

Change-Id: I01bc171f5ad399644185e5e6d0398e89d9305ee7
üst da989b52
...@@ -115,7 +115,6 @@ public: ...@@ -115,7 +115,6 @@ public:
OString sResTyp; OString sResTyp;
OString sId; OString sId;
OString sGId; OString sGId;
OString sHelpId;
OString sFilename; OString sFilename;
OStringHashMap sText; OStringHashMap sText;
......
...@@ -507,10 +507,6 @@ int Export::Execute( int nToken, const char * pToken ) ...@@ -507,10 +507,6 @@ int Export::Execute( int nToken, const char * pToken )
replaceAll(" ", OString())); replaceAll(" ", OString()));
pResData->SetId(sId, ID_LEVEL_IDENTIFIER); pResData->SetId(sId, ID_LEVEL_IDENTIFIER);
} }
else if (sKey == "HELPID")
{
pResData->sHelpId = sValue;
}
else if (sKey =="STRINGLIST") else if (sKey =="STRINGLIST")
{ {
pResData->bList = sal_True; pResData->bList = sal_True;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment