From 271c6b360511760336c78e6fbbacb520bb9be911 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 27 Oct 2015 08:55:31 +0200 Subject: inline SvBaseLinkRef typedef Change-Id: I0684db21c260e38d1d2e32eb5924cf7e25212b4d --- sc/source/ui/docshell/arealink.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/docshell/arealink.cxx') 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& /* rEn SetName( aNewLinkName ); } - sfx2::SvBaseLinkRef const xThis(this); // keep yourself alive + tools::SvRef const xThis(this); // keep yourself alive Refresh( aFile, aFilter, aArea, GetRefreshDelay() ); } -- cgit