summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2012-12-13 16:26:58 +0000
committerNoel Power <noel.power@suse.com>2012-12-13 18:02:15 +0000
commit691f7a1554cee0863258f2bfbfb3ab656ead57a1 (patch)
tree5bceb613294d0e70fc34e1e74ea598680770603b /oox/inc
parentc381a2f3063583d5e8750e3d13c46d02cd0cbb7c (diff)
fix fdo#58237 import hyperlinks for shapes in xlsx documents
Change-Id: Ib0c661dbb3ce9a2f8c8d29707a1cf0c65aadc81f
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/core/relations.hxx2
1 files changed, 2 insertions, 0 deletions
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;