diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-04 15:46:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:17:51 +0200 |
commit | 26f145549e19658a7f76770cfd5c8a4ad5942fad (patch) | |
tree | 5c41f93f5487fae0fe21bea0307d76b02061a8b9 /include | |
parent | 794f5c68743b68183f842a308eb0e67db4c051af (diff) |
remove unused code oox::core::XmlFilterBase::getFragmentPathFromFirstType
Change-Id: I75094f95001dab18436100375a8ec6564e8d0f8f
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/core/xmlfilterbase.hxx | 4 |
1 files changed, 0 insertions, 4 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 |