summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 15:46:47 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:51 +0200
commit26f145549e19658a7f76770cfd5c8a4ad5942fad (patch)
tree5c41f93f5487fae0fe21bea0307d76b02061a8b9 /oox
parent794f5c68743b68183f842a308eb0e67db4c051af (diff)
remove unused code oox::core::XmlFilterBase::getFragmentPathFromFirstType
Change-Id: I75094f95001dab18436100375a8ec6564e8d0f8f
Diffstat (limited to 'oox')
-rw-r--r--oox/source/core/xmlfilterbase.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx
index ecf902e52f53..5b054f830c55 100644
--- a/oox/source/core/xmlfilterbase.cxx
+++ b/oox/source/core/xmlfilterbase.cxx
@@ -227,12 +227,6 @@ FastParser* XmlFilterBase::createParser() const
return pParser;
}
-OUString XmlFilterBase::getFragmentPathFromFirstType( const OUString& rType )
-{
- // importRelations() caches the relations map for subsequence calls
- return importRelations( OUString() )->getFragmentPathFromFirstType( rType );
-}
-
namespace {
OUString getTransitionalRelationshipOfficeDocType(const OUString& rPart)