summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/oox/core/xmlfilterbase.hxx4
-rw-r--r--oox/source/core/xmlfilterbase.cxx6
-rw-r--r--unusedcode.easy1
3 files changed, 0 insertions, 11 deletions
diff --git a/include/oox/core/xmlfilterbase.hxx b/include/oox/core/xmlfilterbase.hxx
index d39397b36066..5aed3d3d4c8c 100644
--- a/include/oox/core/xmlfilterbase.hxx
+++ b/include/oox/core/xmlfilterbase.hxx
@@ -97,10 +97,6 @@ public:
- /** Returns the fragment path from the first relation of the passed type,
- used for fragments referred by the root relations. */
- OUString getFragmentPathFromFirstType( const OUString& rType );
-
OUString getFragmentPathFromFirstTypeFromOfficeDoc( const OUString& rPart );
/** Imports a fragment using the passed fragment handler, which contains
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)
diff --git a/unusedcode.easy b/unusedcode.easy
index 6c5e24f97df6..8949a73697a9 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -175,7 +175,6 @@ connectivity::sdbcx::OGroup::OGroup(unsigned char)
oglcanvas::CanvasHelper::flush() const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oox::core::Relations::getRelationsFromType(rtl::OUString const&) const
-oox::core::XmlFilterBase::getFragmentPathFromFirstType(rtl::OUString const&)
oox::xls::BiffDrawingObjectBase::BiffDrawingObjectBase(oox::xls::WorksheetHelper const&)
rtl_OUString::convertFromString::test()
sc::CLBuildKernelThread::consume()