diff options
-rw-r--r-- | oox/source/core/relations.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/oox/source/core/relations.cxx b/oox/source/core/relations.cxx index 37425317ca76..d2e1b28190b2 100644 --- a/oox/source/core/relations.cxx +++ b/oox/source/core/relations.cxx @@ -25,11 +25,6 @@ namespace oox { namespace core { - - - - - namespace { OUString lclRemoveFileName( const OUString& rPath ) @@ -57,9 +52,6 @@ OUString createOfficeDocRelationTypeStrict(const OUString& rType) } - - - Relations::Relations( const OUString& rFragmentPath ) : maFragmentPath( rFragmentPath ) { |