summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfribtext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribtext.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribtext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpfribtext.hxx b/lotuswordpro/source/filter/lwpfribtext.hxx
index 84d66d5fc050..c4227dafffa9 100644
--- a/lotuswordpro/source/filter/lwpfribtext.hxx
+++ b/lotuswordpro/source/filter/lwpfribtext.hxx
@@ -74,7 +74,7 @@ private:
OUString m_Content;
bool m_bNoUnicode;
public:
- OUString GetText(){return m_Content;}
+ const OUString& GetText(){return m_Content;}
};
class LwpFribHardSpace : public LwpFrib
@@ -192,7 +192,7 @@ public:
private:
OUString m_Content;
public:
- OUString GetText(){return m_Content;}
+ const OUString& GetText(){return m_Content;}
};
class LwpFribPageNumber : public LwpFrib