summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/svtools/grfmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx
index 517aca59ef18..9a5aef0b7553 100644
--- a/include/svtools/grfmgr.hxx
+++ b/include/svtools/grfmgr.hxx
@@ -394,7 +394,7 @@ public:
bool HasLink() const { return !maLink.isEmpty(); }
void SetLink();
void SetLink( const OUString& rLink );
- const OUString& GetLink() const { return maLink; }
+ OUString GetLink() const { return maLink; }
bool HasUserData() const { return !maUserData.isEmpty(); }
void SetUserData();