summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpgrfobj.hxx
diff options
context:
space:
mode:
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