diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-05 09:42:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-05 09:42:46 +0000 |
commit | d2c08569373551144b141bbdeea76894cf7fc82b (patch) | |
tree | 3321e8d2d91b79c11dcb7b8d46e3f25235b9d11f /include/oox | |
parent | 19a28edc632b8b8b209717c1b21ae69c3ac51bfb (diff) |
Revert "remove unused code oox::core::Relations::getRelationsFromType"
we need it again now
This reverts commit 77c45eb25eb462bacdf7d658d6cb485f755beaa5.
Change-Id: I3e171d95e4f50c8e26824da2f6e6817d3b597d4d
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/core/relations.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/core/relations.hxx b/include/oox/core/relations.hxx index bbe296883ba8..4254b99bac42 100644 --- a/include/oox/core/relations.hxx +++ b/include/oox/core/relations.hxx @@ -82,6 +82,7 @@ public: /** Returns the first relation with the passed type. */ const Relation* getRelationFromFirstTypeFromOfficeDoc( const OUString& rType ) const; /** Finds all relations associated with the passed type. */ + RelationsRef getRelationsFromType( const OUString& rType ) const; RelationsRef getRelationsFromTypeFromOfficeDoc( const OUString& rType ) const; /** Returns the external target of the relation with the passed relation identifier. */ |