summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwphyperlinkmgr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-17 09:10:47 +0200
committerNoel Grandin <noel@peralex.com>2014-03-17 13:30:49 +0200
commit6319265b13321d6bfb527c7bd5b910d4dce4f203 (patch)
treee7ebfa9f8b20e288326f9e80b0a2f51017f7cb6e /lotuswordpro/source/filter/lwphyperlinkmgr.hxx
parentFix fdo#75936 set limit for decreasing indent (diff)
downloadcore-6319265b13321d6bfb527c7bd5b910d4dce4f203.tar.gz
core-6319265b13321d6bfb527c7bd5b910d4dce4f203.zip
lotuswordpro: prefer passing OUString by reference
Change-Id: Ic94616a7bc34ec5a85ea84178c7d798194201ebe
Diffstat (limited to 'lotuswordpro/source/filter/lwphyperlinkmgr.hxx')
-rw-r--r--lotuswordpro/source/filter/lwphyperlinkmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwphyperlinkmgr.hxx b/lotuswordpro/source/filter/lwphyperlinkmgr.hxx
index 19fe7ec47c26..cc54ebb8c112 100644
--- a/lotuswordpro/source/filter/lwphyperlinkmgr.hxx
+++ b/lotuswordpro/source/filter/lwphyperlinkmgr.hxx
@@ -73,7 +73,7 @@ public:
~LwpHyperlinkMgr();
void SetHyperlinkFlag(sal_Bool bFlag){m_bIsHyperlink = bFlag;}
sal_Bool GetHyperlinkFlag(){return m_bIsHyperlink;}
- void SetHyperlink(OUString hyperlink);
+ void SetHyperlink(const OUString& hyperlink);
OUString GetHyperlink();
private:
OUString m_Hyperlink;