summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/linkdlg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-10 11:03:27 +0200
committerNoel Grandin <noel@peralex.com>2014-07-10 12:03:16 +0200
commit5a3d129a46a9f749439eeaff473ffb848a9650cf (patch)
treea81d5288d9dfa1c66a6682c906da4037dda852c4 /cui/source/dialogs/linkdlg.cxx
parent3549bd49561ddfdd8b4891d4c8874f7e7772f2c2 (diff)
remove SvRefBase::ReleaseReference
because no-one is using the return value of ReleaseRef, but everyone is calling ReleaseRef, so make ReleaseRef void-returning and remove ReleaseReference Change-Id: I0bedcb65a887ba7a4953132b4c1ccefbdd554a43
Diffstat (limited to 'cui/source/dialogs/linkdlg.cxx')
-rw-r--r--cui/source/dialogs/linkdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/linkdlg.cxx b/cui/source/dialogs/linkdlg.cxx
index 91553257015a..27abd8541cf3 100644
--- a/cui/source/dialogs/linkdlg.cxx
+++ b/cui/source/dialogs/linkdlg.cxx
@@ -60,7 +60,7 @@ public:
{
SvBaseLink* p = *it;
if( p )
- p->ReleaseReference();
+ p->ReleaseRef();
}
}