diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2012-10-11 20:26:36 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2012-10-11 20:40:55 +0200 |
commit | 471f2fc3196be0e52ac4ac1ea49f760accd9d4d7 (patch) | |
tree | 81a8418e0368889cc6342741188faff37d927093 /l10ntools/inc | |
parent | 8a3ee4e765d4cf849ba0dae811789d633823573e (diff) |
Use MsgCtxt, MsgId and MsgCtxt
which are fit better to concept of po.
Change-Id: I772e691465351b1492bdb756fc67e3a9de265c25
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/po.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/l10ntools/inc/po.hxx b/l10ntools/inc/po.hxx index 2e371b476a62..060bb1799a4f 100644 --- a/l10ntools/inc/po.hxx +++ b/l10ntools/inc/po.hxx @@ -49,12 +49,12 @@ public: OString getLocalId() const; OString getResourceType() const; TYPE getType() const; - OString getUnTransStr() const; - OString getTransStr() const; + OString getMsgId() const; + OString getMsgStr() const; bool getFuzzy() const; OString getKeyId() const; - void setUnTransStr(const OString& rUnTransStr); - void setTransStr(const OString& rTransStr); + void setMsgId(const OString& rUnTransStr); + void setMsgStr(const OString& rTransStr); void setFuzzy(const bool bFuzzy); static bool IsInSameComp(const PoEntry& rPo1,const PoEntry& rPo2); |