From 8f73bb4d8e12cc1458a2c4e7054f1af508d48e97 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 9 Mar 2015 09:04:46 +0100 Subject: Whitespace in a recent commit. Change-Id: Ied315d27cd0b5dbe640a2a3c87f5dc6c3dc11bf0 --- sw/source/uibase/wrtsh/wrtsh2.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw') diff --git a/sw/source/uibase/wrtsh/wrtsh2.cxx b/sw/source/uibase/wrtsh/wrtsh2.cxx index a2bb96066802..01fab7ae8b28 100644 --- a/sw/source/uibase/wrtsh/wrtsh2.cxx +++ b/sw/source/uibase/wrtsh/wrtsh2.cxx @@ -472,7 +472,8 @@ void LoadURL( SwViewShell& rVSh, const OUString& rURL, sal_uInt16 nFilter, return; // We are doing tiledRendering, let the client handles the URL loading. - if (rVSh.isTiledRendering()) { + if (rVSh.isTiledRendering()) + { rVSh.libreOfficeKitCallback(LOK_CALLBACK_HYPERLINK_CLICKED, OUStringToOString(rURL, RTL_TEXTENCODING_UTF8).getStr()); return; @@ -481,7 +482,6 @@ void LoadURL( SwViewShell& rVSh, const OUString& rURL, sal_uInt16 nFilter, //A CrsrShell is always a WrtShell SwWrtShell &rSh = static_cast(rVSh); - SwDocShell* pDShell = rSh.GetView().GetDocShell(); OSL_ENSURE( pDShell, "No DocShell?!"); OUString sTargetFrame(rTargetFrameName); -- cgit