summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorSiqi Liu <me@siqi.fr>2015-03-10 20:32:00 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-16 09:38:05 +0100
commite3b517ee6d985bc3d2f8750643ae4672575d5b8e (patch)
treef6ad000586ea64516a2928b2676c637c19b9e64c /sc/inc
parentfdcd5a509c483a0460919a227d273332f4b1d6e8 (diff)
tdf#89705: make hyperlinks clickable on impress/calc
Change-Id: I3d35918a43dff789fad703cfc6b594a6dd3df47b
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/global.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 2c6c61253317..6b03dc4be746 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -576,6 +576,8 @@ public:
static void SetUserList( const ScUserList* pNewList );
SC_DLLPUBLIC static const OUString& GetRscString( sal_uInt16 nIndex );
static void OpenURL( const OUString& rURL, const OUString& rTarget );
+ // Check if tiled-rendering, and leave clients to handle the openURL action if that's the case, OpenURL otherwise.
+ static void OpenURL( const SdrModel* pDrawLayer, const OUString& rURL, const OUString& rTarget );
SC_DLLPUBLIC static OUString GetAbsDocName( const OUString& rFileName,
SfxObjectShell* pShell );
SC_DLLPUBLIC static OUString GetDocTabName( const OUString& rFileName,