summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpmarker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpmarker.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpmarker.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpmarker.hxx b/lotuswordpro/source/filter/lwpmarker.hxx
index 7684decd4c5f..7b65650f64f3 100644
--- a/lotuswordpro/source/filter/lwpmarker.hxx
+++ b/lotuswordpro/source/filter/lwpmarker.hxx
@@ -257,11 +257,11 @@ public:
LwpRubyMarker(LwpObjectHeader &objHdr, LwpSvStream *pStrm);
virtual ~LwpRubyMarker(){}
void Read() override;
- OUString GetRubyText(){return m_strRubyText;}
+ const OUString& GetRubyText(){return m_strRubyText;}
void SetRubyText(const OUString& sText){m_strRubyText = sText;}
- OUString GetTextStyleName(){return m_TextStyle;}
+ const OUString& GetTextStyleName(){return m_TextStyle;}
void SetTextStyleName(const OUString& sName){m_TextStyle = sName;}
- OUString GetRubyStyleName(){return m_RubyStyle;}
+ const OUString& GetRubyStyleName(){return m_RubyStyle;}
void SetRubyStyleName(const OUString& sName){m_RubyStyle = sName;}
private:
LwpObjectID m_objLayout;