summaryrefslogtreecommitdiff
path: root/oox/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 15:49:03 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:52 +0200
commit77c45eb25eb462bacdf7d658d6cb485f755beaa5 (patch)
tree560d2866bf40d7941be191795b715dc8d438bff4 /oox/source
parent26f145549e19658a7f76770cfd5c8a4ad5942fad (diff)
remove unused code oox::core::Relations::getRelationsFromType
Change-Id: I242ddcc1e352fbf92206a21d93e16c42a0e5ef8e
Diffstat (limited to 'oox/source')
-rw-r--r--oox/source/core/relations.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/oox/source/core/relations.cxx b/oox/source/core/relations.cxx
index d2e1b28190b2..4122678e5e01 100644
--- a/oox/source/core/relations.cxx
+++ b/oox/source/core/relations.cxx
@@ -71,15 +71,6 @@ const Relation* Relations::getRelationFromFirstType( const OUString& rType ) con
return 0;
}
-RelationsRef Relations::getRelationsFromType( const OUString& rType ) const
-{
- RelationsRef xRelations( new Relations( maFragmentPath ) );
- for( const_iterator aIt = begin(), aEnd = end(); aIt != aEnd; ++aIt )
- if( aIt->second.maType.equalsIgnoreAsciiCase( rType ) )
- (*xRelations)[ aIt->first ] = aIt->second;
- return xRelations;
-}
-
RelationsRef Relations::getRelationsFromTypeFromOfficeDoc( const OUString& rType ) const
{
RelationsRef xRelations( new Relations( maFragmentPath ) );