diff options
author | Noel Power <noel.power@suse.com> | 2012-12-13 17:04:58 +0000 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2012-12-13 17:04:58 +0000 |
commit | 45b448b202b87ef66812d25c69e308f405ac221e (patch) | |
tree | 3b82f46ce35fca56195c049314803313ed68adf7 /oox/inc | |
parent | 70b960b966d36b1cb12bfb0c71d093fa0c5a3288 (diff) |
Revert "fix fdo#58237 import hyperlinks for shapes in xlsx documents"
This reverts commit 2551fec6d2a73d10cfa2aec85ae7d00e237e0294.
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/core/relations.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/oox/inc/oox/core/relations.hxx b/oox/inc/oox/core/relations.hxx index 94b990858fd4..f84044862d34 100644 --- a/oox/inc/oox/core/relations.hxx +++ b/oox/inc/oox/core/relations.hxx @@ -79,8 +79,6 @@ 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; |