summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpatomholder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpatomholder.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpatomholder.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpatomholder.hxx b/lotuswordpro/source/filter/lwpatomholder.hxx
index 2450bb34edd5..e9ad25a727a0 100644
--- a/lotuswordpro/source/filter/lwpatomholder.hxx
+++ b/lotuswordpro/source/filter/lwpatomholder.hxx
@@ -76,7 +76,7 @@ public:
void Read(LwpObjectStream *pStrm);
void ReadPathAtom(LwpObjectStream *pStrm);
void Skip(LwpObjectStream *pStrm);
- OUString str(){return m_String;}
+ const OUString& str() const {return m_String;}
inline bool HasValue();
};
inline bool LwpAtomHolder::HasValue()