summaryrefslogtreecommitdiff
path: root/l10ntools/source/po.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/po.cxx')
-rw-r--r--l10ntools/source/po.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/l10ntools/source/po.cxx b/l10ntools/source/po.cxx
index 7881be384ebf..176ce1d813b1 100644
--- a/l10ntools/source/po.cxx
+++ b/l10ntools/source/po.cxx
@@ -49,10 +49,10 @@ public:
virtual ~GenPoEntry();
// Default copy constructor and copy operator work well
- OString getReference() const { return m_sReference; }
- OString getMsgCtxt() const { return m_sMsgCtxt; }
- OString getMsgId() const { return m_sMsgId; }
- OString getMsgStr() const { return m_sMsgStr; }
+ const OString& getReference() const { return m_sReference; }
+ const OString& getMsgCtxt() const { return m_sMsgCtxt; }
+ const OString& getMsgId() const { return m_sMsgId; }
+ const OString& getMsgStr() const { return m_sMsgStr; }
bool isFuzzy() const { return m_bFuzzy; }
bool isNull() const { return m_bNull; }