summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
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)