summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-27 08:55:31 +0200
committerNoel Grandin <noel@peralex.com>2015-10-27 08:56:38 +0200
commit271c6b360511760336c78e6fbbacb520bb9be911 (patch)
tree360eb8462f849c29194d62f1c24a99f8c663507f /sc
parentc22ec49de497fd65b4dac901d6bc1f06d5a9a3c7 (diff)
inline SvBaseLinkRef typedef
Change-Id: I0684db21c260e38d1d2e32eb5924cf7e25212b4d
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/docshell/arealink.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/arealink.cxx b/sc/source/ui/docshell/arealink.cxx
index 314181a5fd05..5adb2108a3bd 100644
--- a/sc/source/ui/docshell/arealink.cxx
+++ b/sc/source/ui/docshell/arealink.cxx
@@ -132,7 +132,7 @@ void ScAreaLink::Edit(vcl::Window* pParent, const Link<SvBaseLink&,void>& /* rEn
SetName( aNewLinkName );
}
- sfx2::SvBaseLinkRef const xThis(this); // keep yourself alive
+ tools::SvRef<sfx2::SvBaseLink> const xThis(this); // keep yourself alive
Refresh( aFile, aFilter, aArea, GetRefreshDelay() );
}