From 2551fec6d2a73d10cfa2aec85ae7d00e237e0294 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 13 Dec 2012 16:26:58 +0000 Subject: fix fdo#58237 import hyperlinks for shapes in xlsx documents Change-Id: Ib0c661dbb3ce9a2f8c8d29707a1cf0c65aadc81f --- oox/inc/oox/core/relations.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'oox/inc') diff --git a/oox/inc/oox/core/relations.hxx b/oox/inc/oox/core/relations.hxx index f84044862d34..94b990858fd4 100644 --- a/oox/inc/oox/core/relations.hxx +++ b/oox/inc/oox/core/relations.hxx @@ -79,6 +79,8 @@ public: /** Returns the external target of the relation with the passed relation identifier. */ ::rtl::OUString getExternalTargetFromRelId( const ::rtl::OUString& rRelId ) const; + /** Returns the internal target of the relation with the passed relation identifier. */ + ::rtl::OUString getInternalTargetFromRelId( const ::rtl::OUString& rRelId ) const; /** Returns the full fragment path for the target of the passed relation. */ ::rtl::OUString getFragmentPathFromRelation( const Relation& rRelation ) const; -- cgit