summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpgrfobj.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-13 14:45:48 +0200
committerNoel Grandin <noel@peralex.com>2016-04-14 09:21:39 +0200
commit029a6abf615acdf5d386fc4e56fe35ae1c5403b9 (patch)
tree5456bb3e54c98466bed64bdfe40071dcec8d57be /lotuswordpro/source/filter/lwpgrfobj.hxx
parent868444c803a3ba197068d487d3507089cc1e9afa (diff)
loplugin:passstuffbyref in lotuswordpro
Change-Id: I2bca01e1ac3585674804b94d1cd65c18c41998ac
Diffstat (limited to 'lotuswordpro/source/filter/lwpgrfobj.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpgrfobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpgrfobj.hxx b/lotuswordpro/source/filter/lwpgrfobj.hxx
index d4f62bdf10b4..fd03b9595e90 100644
--- a/lotuswordpro/source/filter/lwpgrfobj.hxx
+++ b/lotuswordpro/source/filter/lwpgrfobj.hxx
@@ -124,7 +124,7 @@ public:
void GetGrafOrgSize(double& rWidth, double& rHeight) override;
sal_Int16 IsLinked(){ return m_bIsLinked;}
- OUString GetLinkedFilePath(){ return m_LinkedFilePath;}
+ const OUString& GetLinkedFilePath(){ return m_LinkedFilePath;}
};
#endif