summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2012-10-11 20:50:19 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2012-10-11 20:50:19 +0200
commitc6b26144c93aa5222e4260c5b0ef45ce5bdc18d2 (patch)
treed7c073bff8eb5176d785c044d91ff6d9d0583cff /l10ntools/inc
parent471f2fc3196be0e52ac4ac1ea49f760accd9d4d7 (diff)
Use isFuzzy() instead of getFuzzy()
to make more obvious its aim Change-Id: Idc98ae8ce2218c9d387c4f2cb6e4d5603b56aab3
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/po.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/po.hxx b/l10ntools/inc/po.hxx
index 060bb1799a4f..856c7bb04ff1 100644
--- a/l10ntools/inc/po.hxx
+++ b/l10ntools/inc/po.hxx
@@ -51,7 +51,7 @@ public:
TYPE getType() const;
OString getMsgId() const;
OString getMsgStr() const;
- bool getFuzzy() const;
+ bool isFuzzy() const;
OString getKeyId() const;
void setMsgId(const OString& rUnTransStr);
void setMsgStr(const OString& rTransStr);